API Reference · Animation

AnimationPath

Namespace: Ava3D

public enum AnimationPath

Which property of a node a track writes.

Values

ValueDescription
Translation

Node.Position.

Rotation

Node.Rotation.

Scale

Node.Scale.

Weights

MeshNode.MorphWeights, on every mesh under the target node.

See also