UnityEditor.CapsuleColliderEditor.OnEnable C# (CSharp) 메소드

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void
        public override void OnEnable()
        {
            base.OnEnable();
            this.m_Center = base.serializedObject.FindProperty("m_Center");
            this.m_Radius = base.serializedObject.FindProperty("m_Radius");
            this.m_Height = base.serializedObject.FindProperty("m_Height");
            this.m_Direction = base.serializedObject.FindProperty("m_Direction");
            this.m_HandleControlID = -1;
        }