docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MorphTarget

    Morph target (blend shape)

    Inheritance
    object
    MorphTarget
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class MorphTarget

    Fields

    NORMAL

    Vertex normal deviation accessor index.

    Declaration
    public int NORMAL
    Field Value
    Type Description
    int

    POSITION

    Vertex position deviation accessor index.

    Declaration
    public int POSITION
    Field Value
    Type Description
    int

    TANGENT

    Vertex tangent deviation accessor index.

    Declaration
    public int TANGENT
    Field Value
    Type Description
    int

    Methods

    Equals(object)

    Determines whether two object instances are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)