uForms.UFProject.DrawProperty C# (CSharp) Méthode

DrawProperty() public méthode

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