C# Class LSystem.LSystemEditor

Inheritance: UnityEditor.Editor
ファイルを表示 Open project: famerij/EdgeGraph

Public Properties

Property Type Description
interpreterMethods string[]

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method 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 method

public OnInspectorGUI ( ) : void
return void

Property Details

interpreterMethods public_oe static_oe property

public static string[] interpreterMethods
return string[]