BezierCurves.BezierPoint3DEditor.OnEnable C# (CSharp) Method

OnEnable() protected method

protected OnEnable ( ) : void
return 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");
        }