KeyType

wv.Animation.KeyType

Describes the type of values stored in a Keyframe Buffer

Index

Enumeration Members

Enumeration Members

wv.Animation.KeyType.Quat
Quat: 4

Keyframe value is interpreted as a 4 component quaternion

wv.Animation.KeyType.Scalar
Scalar: 1

Keyframe value is a single scalar.

wv.Animation.KeyType.Vec3
Vec3: 3

Keyframe value is a 3 component vector.