AnimationClipResult Class
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
System.Object →
AnimationClipResult
Derived from AnimationClipResult:
public class AnimationClipResult
| Name | Description | |
|---|---|---|
| Fields | ||
| Data | Stores all animation channel blittable struct at a given time. |
|
| DataSize | Total size of all structures to be stored in structures. |
|
| Objects | Stores all animation channel objects and non-blittable struct at a given time. |
|
| Properties | ||
| Channels | Gets or sets the animation channel descriptions. |
|
Fields
Data
Stores all animation channel blittable struct at a given time.
public byte[] Data
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
DataSize
Total size of all structures to be stored in structures.
public int DataSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Objects
Stores all animation channel objects and non-blittable struct at a given time.
public UpdateObjectData[] Objects
Field Value
| Type | Description |
|---|---|
| UpdateObjectData[] |
Properties
Channels
Gets or sets the animation channel descriptions.
public List<AnimationBlender.Channel> Channels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AnimationBlender.Channel> | The animation channel descriptions. |