Version: 5.5
Experimental: this API is experimental and might be changed or removed in the future.

AnimatorControllerPlayable

struct in UnityEngine.Experimental.Director

Cambiar al Manual

Descripción

Playable that plays a RuntimeAnimatorController. Can be used as an input to an AnimationPlayable.

Variables

animatorController RuntimeAnimatorController played by this playable.
durationDuration in seconds.
layerCountMire IAnimatorControllerPlayable.layerCount.
parameterCountMire IAnimatorControllerPlayable.parameterCount.
stateCurrent PlayState of this playable. This indicates whether the Playable is currently playing or paused.
timeCurrent time in seconds.

Funciones Públicas

CastToYou can use the CastTo method to perform certain types of conversions between compatible reference types or nullable types.
CrossFadeMire IAnimatorControllerPlayable.CrossFade.
CrossFadeInFixedTimeMire IAnimatorControllerPlayable.CrossFadeInFixedTime.
DestroyCall this method to release the resources allocated by the Playable.
GetAnimatorTransitionInfoMira IAnimatorControllerPlayable.GetAnimatorTransitionInfo.
GetBoolMirar IAnimatorControllerPlayable.GetBool.
GetCurrentAnimatorClipInfoMira IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo.
GetCurrentAnimatorClipInfoCountSee IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount.
GetCurrentAnimatorStateInfoMira IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo.
GetFloatMirar IAnimatorControllerPlayable.GetFloat.
GetIntegerMirar IAnimatorControllerPlayable.GetInteger.
GetLayerIndexMira IAnimatorControllerPlayable.GetLayerIndex.
GetLayerNameMira IAnimatorControllerPlayable.GetLayerName.
GetLayerWeightMira IAnimatorControllerPlayable.GetLayerWeight.
GetNextAnimatorClipInfoMira IAnimatorControllerPlayable.GetNextAnimatorClipInfo.
GetNextAnimatorClipInfoCountSee IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount.
GetNextAnimatorStateInfoMira IAnimatorControllerPlayable.GetNextAnimatorStateInfo.
GetParameterMira AnimatorController.GetParameter.
HasStateMire IAnimatorControllerPlayable.HasState.
IsInTransitionMira IAnimatorControllerPlayable.IsInTransition.
IsParameterControlledByCurveMirar IAnimatorControllerPlayable.IsParameterControlledByCurve.
IsValidReturns true if the Playable is valid. A playable can be invalid if it was disposed. This is different from a Null playable.
PlayMire IAnimatorControllerPlayable.Play.
PlayInFixedTimeMire IAnimatorControllerPlayable.PlayInFixedTime.
ResetTriggerMirar IAnimatorControllerPlayable.ResetTrigger.
SetBoolMirar IAnimatorControllerPlayable.SetBool.
SetFloatMirar IAnimatorControllerPlayable.SetFloat.
SetIntegerMirar IAnimatorControllerPlayable.SetInteger.
SetLayerWeightMira IAnimatorControllerPlayable.SetLayerWeight.
SetTriggerMirar IAnimatorControllerPlayable.SetTrigger.

Funciones Estáticas

CreateCreates an AnimatorControllerPlayable.