TransitionAsset<TTransition>.

Apply(AnimancerState) Method

Summary

Applies the details of this transition to the `state`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
TransitionAsset<TTransition>

Syntax

public override void Apply(AnimancerState state)

Remarks

This method is called by every Animancer.AnimancerLayer.Play(Animancer.ITransition).

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void