Struct AnimationSample.AnimationSampleKey
The sample animation key.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public struct AnimationSample.AnimationSampleKey
Fields
TargetComponent
The index of the node.
Declaration
public object TargetComponent
Field Value
| Type | Description |
|---|---|
| object |
Updater
The property updater.
Declaration
public PropertyUpdater Updater
Field Value
| Type | Description |
|---|---|
| PropertyUpdater |
Methods
GetHashCode()
Gets the hash code.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code. |
Overrides
Init(object, PropertyUpdater)
Initializes this instance.
Declaration
public void Init(object targetComponent, PropertyUpdater updater)
Parameters
| Type | Name | Description |
|---|---|---|
| object | targetComponent | The target component. |
| PropertyUpdater | updater | The updater. |