C# Class LSystem.LSystemEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: famerij/EdgeGraph

Méthodes publiques

Свойство Type Description
interpreterMethods string[]

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
LSystemEditor ( ) : UnityEngine
OnEnable ( ) : void
RemoveInvalidSymbols ( string input ) : string

Go through the string and remove symbols that aren't in use in target LSystem

Method Details

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

Property Details

interpreterMethods public_oe static_oe property

public static string[] interpreterMethods
Résultat string[]