AnimationData Class
Namespace: Stride.Animations
Assembly: Stride.Engine.dll
System.Object →
AnimationData
[DataContract(Inherited = true)]
public abstract class AnimationData
|
Improve this Doc
View Source
Fields
AnimationSortedValueBlock
public const int AnimationSortedValueBlock = 4096
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Properties
AnimationSortedValueCount
public int AnimationSortedValueCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ElementType
public abstract Type ElementType { get; }
Property Value
Type |
Description |
System.Type |
|
TargetKeys
public string[] TargetKeys { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Extension Methods