docs.unity.cn
    Show / Hide Table of Contents

    Class UsdSkelInbetweenShape

    Inheritance
    Object
    UsdSkelInbetweenShape
    Namespace: pxr
    Syntax
    public class UsdSkelInbetweenShape : IDisposable

    Constructors

    UsdSkelInbetweenShape()

    Declaration
    public UsdSkelInbetweenShape()

    UsdSkelInbetweenShape(UsdAttribute)

    Declaration
    public UsdSkelInbetweenShape(UsdAttribute attr)
    Parameters
    Type Name Description
    UsdAttribute attr

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    CreateNormalOffsetsAttr()

    Declaration
    public UsdAttribute CreateNormalOffsetsAttr()
    Returns
    Type Description
    UsdAttribute

    CreateNormalOffsetsAttr(VtValue)

    Declaration
    public UsdAttribute CreateNormalOffsetsAttr(VtValue defaultValue)
    Parameters
    Type Name Description
    VtValue defaultValue
    Returns
    Type Description
    UsdAttribute

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetAttr()

    Declaration
    public UsdAttribute GetAttr()
    Returns
    Type Description
    UsdAttribute

    GetNormalOffsets(VtVec3fArray)

    Declaration
    public bool GetNormalOffsets(VtVec3fArray offsets)
    Parameters
    Type Name Description
    VtVec3fArray offsets
    Returns
    Type Description
    Boolean

    GetNormalOffsetsAttr()

    Declaration
    public UsdAttribute GetNormalOffsetsAttr()
    Returns
    Type Description
    UsdAttribute

    GetOffsets(VtVec3fArray)

    Declaration
    public bool GetOffsets(VtVec3fArray offsets)
    Parameters
    Type Name Description
    VtVec3fArray offsets
    Returns
    Type Description
    Boolean

    GetWeight(SWIGTYPE_p_float)

    Declaration
    public bool GetWeight(SWIGTYPE_p_float weight)
    Parameters
    Type Name Description
    SWIGTYPE_p_float weight
    Returns
    Type Description
    Boolean

    HasAuthoredWeight()

    Declaration
    public bool HasAuthoredWeight()
    Returns
    Type Description
    Boolean

    IsDefined()

    Declaration
    public bool IsDefined()
    Returns
    Type Description
    Boolean

    IsInbetween(UsdAttribute)

    Declaration
    public static bool IsInbetween(UsdAttribute attr)
    Parameters
    Type Name Description
    UsdAttribute attr
    Returns
    Type Description
    Boolean

    SetNormalOffsets(VtVec3fArray)

    Declaration
    public bool SetNormalOffsets(VtVec3fArray offsets)
    Parameters
    Type Name Description
    VtVec3fArray offsets
    Returns
    Type Description
    Boolean

    SetOffsets(VtVec3fArray)

    Declaration
    public bool SetOffsets(VtVec3fArray offsets)
    Parameters
    Type Name Description
    VtVec3fArray offsets
    Returns
    Type Description
    Boolean

    SetWeight(Single)

    Declaration
    public bool SetWeight(float weight)
    Parameters
    Type Name Description
    Single weight
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023