Table of Contents

Class AnimationClipResult

Namespace
Stride.Animations
Assembly
Stride.Engine.dll
public class AnimationClipResult
Inheritance
AnimationClipResult

Fields

Data

Stores all animation channel blittable struct at a given time.

public byte[] Data

Field Value

byte[]

DataSize

Total size of all structures to be stored in structures.

public int DataSize

Field Value

int

Objects

Stores all animation channel objects and non-blittable struct at a given time.

public UpdateObjectData[] Objects

Field Value

UpdateObjectData[]

Properties

Channels

Gets or sets the animation channel descriptions.

public List<AnimationBlender.Channel> Channels { get; set; }

Property Value

List<AnimationBlender.Channel>

The animation channel descriptions.