Table of Contents

Class AnimationData

Namespace
Stride.Animations
Assembly
Stride.Engine.dll
[DataContract(Inherited = true)]
public abstract class AnimationData
Inheritance
AnimationData
Derived

Fields

AnimationSortedValueBlock

public const int AnimationSortedValueBlock = 4096

Field Value

int

Properties

AnimationSortedValueCount

public int AnimationSortedValueCount { get; set; }

Property Value

int

ElementType

public abstract Type ElementType { get; }

Property Value

Type

TargetKeys

public string[] TargetKeys { get; set; }

Property Value

string[]