toolbox:grundlagen

Dies ist eine alte Version des Dokuments!


Grundlagen


  • DRY: Don't repeat yourself
  • KISS: Keep it simple Silly
  • SOLID

API - Dokumentation

  • Class Name
  • Description
  • Properties (Attribute)
    • Description
  • Methods (Input params / Output values)
    • Description
extends Node2D
#we can get Access to a class API by instancing it
var range = RandomNumberGenerator.new()
  • toolbox/grundlagen.1664396417.txt.gz
  • Zuletzt geändert: 2022/09/28 22:20
  • von silversurfer