struct in UnityEngine.Experimental.Director
Playable that plays a RuntimeAnimatorController. Can be used as an input to an AnimationPlayable.
| animatorController | RuntimeAnimatorController played by this playable. |
| duration | Duration in seconds. |
| layerCount | Mire IAnimatorControllerPlayable.layerCount. |
| parameterCount | Mire IAnimatorControllerPlayable.parameterCount. |
| state | Current PlayState of this playable. This indicates whether the Playable is currently playing or paused. |
| time | Current time in seconds. |
| CastTo | You can use the CastTo method to perform certain types of conversions between compatible reference types or nullable types. |
| CrossFade | Mire IAnimatorControllerPlayable.CrossFade. |
| CrossFadeInFixedTime | Mire IAnimatorControllerPlayable.CrossFadeInFixedTime. |
| Destroy | Call this method to release the resources allocated by the Playable. |
| GetAnimatorTransitionInfo | Mira IAnimatorControllerPlayable.GetAnimatorTransitionInfo. |
| GetBool | Mirar IAnimatorControllerPlayable.GetBool. |
| GetCurrentAnimatorClipInfo | Mira IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo. |
| GetCurrentAnimatorStateInfo | Mira IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo. |
| GetFloat | Mirar IAnimatorControllerPlayable.GetFloat. |
| GetInteger | Mirar IAnimatorControllerPlayable.GetInteger. |
| GetLayerIndex | Mira IAnimatorControllerPlayable.GetLayerIndex. |
| GetLayerName | Mira IAnimatorControllerPlayable.GetLayerName. |
| GetLayerWeight | Mira IAnimatorControllerPlayable.GetLayerWeight. |
| GetNextAnimatorClipInfo | Mira IAnimatorControllerPlayable.GetNextAnimatorClipInfo. |
| GetNextAnimatorStateInfo | Mira IAnimatorControllerPlayable.GetNextAnimatorStateInfo. |
| GetParameter | Mira AnimatorController.GetParameter. |
| HasState | Mire IAnimatorControllerPlayable.HasState. |
| IsInTransition | Mira IAnimatorControllerPlayable.IsInTransition. |
| IsParameterControlledByCurve | Mirar IAnimatorControllerPlayable.IsParameterControlledByCurve. |
| IsValid | Returns true if the Playable is valid. A playable can be invalid if it was disposed. This is different from a Null playable. |
| Play | Mire IAnimatorControllerPlayable.Play. |
| PlayInFixedTime | Mire IAnimatorControllerPlayable.PlayInFixedTime. |
| ResetTrigger | Mirar IAnimatorControllerPlayable.ResetTrigger. |
| SetBool | Mirar IAnimatorControllerPlayable.SetBool. |
| SetFloat | Mirar IAnimatorControllerPlayable.SetFloat. |
| SetInteger | Mirar IAnimatorControllerPlayable.SetInteger. |
| SetLayerWeight | Mira IAnimatorControllerPlayable.SetLayerWeight. |
| SetTrigger | Mirar IAnimatorControllerPlayable.SetTrigger. |
| Create | Creates an AnimatorControllerPlayable. |