Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
L-System rule. More...
Public Attributes | |
char | Input |
Input character. More... | |
string | Output |
Output string. More... | |
L-System rule.
Definition at line 101 of file LSystem.cs.
char Fractals.LSystemRule.Input |
Input character.
Definition at line 104 of file LSystem.cs.
string Fractals.LSystemRule.Output |
Output string.
Definition at line 106 of file LSystem.cs.