Class BlendShape
Represents a blend shape, including its animation frames (keys).
Inherited Members
Namespace: TriLibExporter.Objects
Assembly: Assembly-CSharp.dll
Syntax
public class BlendShape : ObjectBase
Constructors
BlendShape(AssetWriterContext, string, int)
Initializes a new instance of the BlendShape class.
Declaration
public BlendShape(AssetWriterContext assetWriterContext, string name, int frameCount)
Parameters
Type | Name | Description |
---|---|---|
AssetWriterContext | assetWriterContext | The asset writer context associated with this blend shape. |
string | name | The name of the blend shape. |
int | frameCount | The number of animation frames for the blend shape. |
Fields
Keys
The array of keys that define the frames of the blend shape animation.
Declaration
public BlendShapeKey[] Keys
Field Value
Type | Description |
---|---|
BlendShapeKey[] |