TransitionAssetBase.

Apply(AnimancerState) Method

Summary

Applies the details of this transition to the `state`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
TransitionAssetBase

Syntax

public virtual 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