Class AnimationSamplerModel
This wrap an animation sampler.
Inherited Members
Namespace: Evergine.Framework.Assets.GltfModel
Assembly: Evergine.Framework.dll
Syntax
public class AnimationSamplerModel
Fields
Count
Get the count values.
Declaration
public int Count
Field Value
Type | Description |
---|---|
int |
Input
The input accessor.
Declaration
public AccessorModel Input
Field Value
Type | Description |
---|---|
Accessor |
Interpolation
The keyframe interpolation method.
Declaration
public AnimationSamplerModel.InterpolationTypes Interpolation
Field Value
Type | Description |
---|---|
Animation |
Output
The output accessor.
Declaration
public AccessorModel Output
Field Value
Type | Description |
---|---|
Accessor |
Methods
Read(BinaryReader)
Read this asset part.
Declaration
public static AnimationSamplerModel Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
Binary |
reader | The binary reader. |
Returns
Type | Description |
---|---|
Animation |
The loaded asset part. |
Write(BinaryWriter)
Write this asset.
Declaration
public void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Binary |
writer | The binary writer. |