Struct AnimatedField
Represents a single curve entry in an AnimatedComponentBlob
Namespace: Unity.Curves
Syntax
public struct AnimatedField
Fields
EndKey
Index of the last key in the keyframe array
Declaration
public ushort EndKey
Field Value
Type | Description |
---|---|
UInt16 |
Offset
Ptr offset into the component
Declaration
public ushort Offset
Field Value
Type | Description |
---|---|
UInt16 |
StartKey
Index of first key in the key frame array
Declaration
public ushort StartKey
Field Value
Type | Description |
---|---|
UInt16 |