Struct AnimatedComponentBlob
Header for an blob representing all animations for a component
Namespace: Unity.Curves
Syntax
public struct AnimatedComponentBlob
Fields
AnimatedFields
Array of info about the curves
Declaration
public BlobArray<AnimatedField> AnimatedFields
Field Value
Type | Description |
---|---|
BlobArray<AnimatedField> |
Keys
List of all the key frames
Declaration
public BlobArray<KeyFrame> Keys
Field Value
Type | Description |
---|---|
BlobArray<KeyFrame> |
StructSize
The size of the component being animated
Declaration
public int StructSize
Field Value
Type | Description |
---|---|
Int32 |