ControllerState.

CreatePlayable(Playable) Method

Summary

Creates and assigns the UnityEngine.Animations.AnimatorControllerPlayable managed by this state.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

protected override void CreatePlayable(out Playable playable)

Parameters

Name Type Description
playable Playable

Return Value

Type Description
void