uForms.UFProject.DrawProperty C# (CSharp) 메소드

DrawProperty() 공개 메소드

public DrawProperty ( ) : void
리턴 void
        public void DrawProperty()
        {
            this.Namespace = EditorGUILayout.TextField("Namespace", this.Namespace);
            this.ClassName = EditorGUILayout.TextField("ClassName", this.ClassName);
        }