Class XAnimationKey
Inherited Members
Namespace: JeremyAnsel.DirectX.D3DXof
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XAnimationKey
Properties
| Edit this page View SourceKeyType
Declaration
public XAnimationKeyType KeyType { get; set; }
Property Value
Type | Description |
---|---|
XAnimationKeyType |
Keys
Declaration
public List<Tuple<int, float[]>> Keys { get; }
Property Value
Type | Description |
---|---|
List<Tuple<int, float[]>> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |