C# 클래스 LSystem.LSystemEditor

상속: UnityEditor.Editor
파일 보기 프로젝트 열기: famerij/EdgeGraph

공개 프로퍼티들

프로퍼티 타입 설명
interpreterMethods string[]

공개 메소드들

메소드 설명
OnInspectorGUI ( ) : void

비공개 메소드들

메소드 설명
LSystemEditor ( ) : UnityEngine
OnEnable ( ) : void
RemoveInvalidSymbols ( string input ) : string

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

메소드 상세

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void

프로퍼티 상세

interpreterMethods 공개적으로 정적으로 프로퍼티

public static string[] interpreterMethods
리턴 string[]