uForms.UFProject.DrawProperty C# (CSharp) Method

DrawProperty() public method

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