PermalinkAnimator Controllers
Animator Controllers Generator finds all animator controllers in the project and generates static classes for all animator controllers inside AnimatorControllers type under HardCodeds namespace. A generated static class for a animator controller contains layers, parameters, states and sub-state machines.
PermalinkScripting Reference
PermalinkMembers:
-
The full path of a state for any state type. The full path includes the parent layer / sub-state machine’ s path.
Permalink
-
The hash of the full path of a state for any state type. The hash is generated using Animator.StringToHash.
Permalink
-
The hash of the name of a parameter for any parameter type. The hash is generated using Animator.StringToHash.
Permalink
-
The short name of a state for any state type. The name does not include the parent layer / sub-state machine’ s path.
Permalink
-
The hash of the short name of a state for any state type. The hash is generated using Animator.StringToHash.
Permalink
Permalink
-
The hash of the tag of a state for state type. The hash is generated using Animator.StringToHash.
-
Gets states count in current layer and nested layers for any layer or sub-state machine types.
Permalink
-
Gets sub-state machines count in current layer and nested layers for any layer or sub-state machine types.
Permalink
-
Gets all animator controllers count in the project for AnimatorControllers type.
-
Gets all layers count for AnimatorControllers.Layers type.
-
Gets all parameters count for AnimatorControllers.Parameters type.
-
Gets states count in current layer for any layer or sub-state machine types.
Permalink
Permalink
-
Retrieves the name of current layer for any layer or sub-state machine types.
Permalink
-
Gets states count in nested layers for any layer or sub-state machine types.
Permalink
-
Gets sub-state machines count in nested layers for any layer or sub-state machine types.
Permalink
-
Gets sub-state machines count in current layer for any layer or sub-state machine types.
-
Returns an array containing sub-state machine names in current layer and nested layers for any layer or sub-state machine types.
Permalink
-
Returns an array containing state names in current layer and nested layers for any layer or sub-state machine types.
Permalink
-
Retrieves the full path of the specified state for any layer or sub-state machine types.
Permalink
-
Returns an array containing state names in nested layers for any layer or sub-state machine types.
Permalink
-
Returns an array containing sub-state machine names in nested layers for any layer or sub-state machine types.
Permalink
-
Returns an array containing sub-state machine names in current layer for any layer or sub-state machine types.
Permalink
-
Returns an array containing all animator controller names in the project for AnimatorControllers type.
-
Returns an array containing all layer names for AnimatorControllers.Layers type.
-
Returns an array containing all parameter names for AnimatorControllers.Parameters type.
-
Returns an array containing state names in current layer for any layer or sub-state machine types.
PermalinkCustomize
Customize AnimatorControllers type properties, methods, filters, and other settings through configuration asset.