BezierCurves.BezierPoint3DEditor.OnEnable C# (CSharp) Méthode

OnEnable() protected méthode

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