BezierCurves.BezierPoint3DEditor.OnEnable C# (CSharp) 메소드

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void
        protected virtual void OnEnable()
        {
            this.point = (BezierPoint3D)this.target;
            this.handleType = this.serializedObject.FindProperty("handleType");
            this.leftHandleLocalPosition = this.serializedObject.FindProperty("leftHandleLocalPosition");
            this.rightHandleLocalPosition = this.serializedObject.FindProperty("rightHandleLocalPosition");
        }