TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class BlendShape

    Represents a blend shape, including its animation frames (keys).

    Inheritance
    object
    ObjectBase
    BlendShape
    Inherited Members
    ObjectBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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[]
    In this article
    Back to top Generated by DocFX