Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Attributes | List of all members
Fractals.LSystemRule Class Reference

L-System rule. More...

Public Attributes

char Input
 Input character. More...
 
string Output
 Output string. More...
 

Detailed Description

L-System rule.

Definition at line 101 of file LSystem.cs.

Member Data Documentation

◆ Input

char Fractals.LSystemRule.Input

Input character.

Definition at line 104 of file LSystem.cs.

◆ Output

string Fractals.LSystemRule.Output

Output string.

Definition at line 106 of file LSystem.cs.


The documentation for this class was generated from the following file: