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