![]() |
Adventure Creator
1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
AnimatorData () | |
![]() | |
RememberData () | |
Public Attributes | |
string | controllerID |
string | parameterData |
string | layerWeightData |
string | stateData |
![]() | |
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.