Summary
Plays this state immediately, without any blending and without affecting any other states.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerState
Syntax
public void Play()
Remarks
Unlike
Animancer.AnimancerLayer.Play(Animancer.AnimancerState)
,
this method only affects this state and won't stop any others that are playing.
Sets Animancer.AnimancerState.IsPlaying
= true and Animancer.AnimancerNode.Weight
= 1.
Doesn't change the Animancer.AnimancerState.Time
so it will continue from its current value.
Return Value
Type | Description |
---|---|
void |