UnityEngine.DisplayAttribute.DisplayAttribute C# (CSharp) Метод

DisplayAttribute() публичный Метод

public DisplayAttribute ( string name = null, bool active = true ) : System
name string
active bool
Результат System
        public DisplayAttribute(string name = null, bool active = true)
        {
            this.active = active;

            this.name = name;
        }
    }
DisplayAttribute