HybridAnimancerComponent.

Play(int, int, float) Method

Summary

Plays the specified state immediately, starting from a particular normalized time.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
HybridAnimancerComponent

Syntax

public void Play(int stateNameHash, int layer = -1, float normalizedTime = -Infinity)

Parameters

Name Type Description
stateNameHash int
layer int
normalizedTime float

Return Value

Type Description
void