UnityEngine.DisplayAttribute.DisplayAttribute C# (CSharp) Method

DisplayAttribute() public method

public DisplayAttribute ( string name = null, bool active = true ) : System
name string
active bool
return System
        public DisplayAttribute(string name = null, bool active = true)
        {
            this.active = active;

            this.name = name;
        }
    }
DisplayAttribute