docs.unity3d.com
    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
    Syntax
    [Serializable]
    public class MorphTarget

    Fields

    NORMAL

    Vertex normal deviation accessor index.

    Declaration
    public int NORMAL
    Field Value
    Type Description
    Int32

    POSITION

    Vertex position deviation accessor index.

    Declaration
    public int POSITION
    Field Value
    Type Description
    Int32

    TANGENT

    Vertex tangent deviation accessor index.

    Declaration
    public int TANGENT
    Field Value
    Type Description
    Int32

    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
    Boolean

    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
    Int32

    A hash code for the current object.

    Overrides
    Object.GetHashCode()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023