Struct AnimationSample.AnimationSampleKey
The animation sample key.
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public struct AnimationSample.AnimationSampleKey
Fields
TargetComponent
The node index.
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)
Init this instance.
Declaration
public void Init(object targetComponent, PropertyUpdater updater)
Parameters
Type | Name | Description |
---|---|---|
object | targetComponent | The target component. |
PropertyUpdater | updater | The updater. |