class MAGES::CharacterController::Editor::MAGESAnimatorCreator

Overview

The MAGES Animator Creator class. More…

class MAGESAnimatorCreator
{
public:
    // methods

    static void RegenerateAnimatorController(
        UnityEditor.Animations.AnimatorController characterAnimatorController,
        SerializableDictionary layersDictionary,
        List idleList,
        List onPlayListOverride,
        List onPlayListAdditive
    );
};

Detailed Documentation

The MAGES Animator Creator class.

Methods

static void RegenerateAnimatorController(
    UnityEditor.Animations.AnimatorController characterAnimatorController,
    SerializableDictionary layersDictionary,
    List idleList,
    List onPlayListOverride,
    List onPlayListAdditive
)

Regenerates the Animator Controller for the Character.

Parameters:

characterAnimatorController

The character animator controller.

layersDictionary

The layers dictionary.

idleList

The list with the idle animations.

onPlayListOverride

The list with the overide on play animations.

onPlayListAdditive

The list with the on play animations..