private void OnEnable()
    {
        targetThrottleStick = target as ThrottleStick;

        // Instantiate undoManager
        UndoManager = new HOEditorUndoManager( targetThrottleStick, "Throttle Stick" );
    }
Beispiel #2
0
    private void OnEnable()
    {
        targetThrottleStick = target as ThrottleStick;

        // Instantiate undoManager
        UndoManager = new HOEditorUndoManager(targetThrottleStick, "Throttle Stick");
    }