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);
        }