This is the old Animancer v7.4 documentation. Click here for the latest version.

SerializablePose.StateData.

SerializablePose.

index Field

Summary

The index of the state in the Animancer.TransitionLibraries.TransitionLibrary.

Syntax

[SerializeField]
public byte index

Remarks

This is a byte because a library probably won't have more than 256 transitions. If it does, you would need a short or int instead.

Attributes

Type Description
SerializeField