|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| AnimatorData () | |
| Public Member Functions inherited from AC.RememberData | |
| RememberData () | |
Public Attributes | |
| string | controllerID |
| string | parameterData |
| string | layerWeightData |
| string | stateData |
| Public Attributes inherited from AC.RememberData | |
| int | objectID |
| bool | savePrevented |
A data container used by the RememberAnimator script.
| AC.AnimatorData.AnimatorData | ( | ) |
The default Constructor.
| string AC.AnimatorData.controllerID |
The unique identified of the Animator Controller
| string AC.AnimatorData.layerWeightData |
The weights of each layer, separated by a pipe (|) character.
| string AC.AnimatorData.parameterData |
The values of the parameters, separated by a pipe (|) character.
| string AC.AnimatorData.stateData |
Data for each layer's animation state.