docs.unity.cn
    Show / Hide Table of Contents

    Class UsdSkelAnimQuery

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

    Constructors

    UsdSkelAnimQuery()

    Declaration
    public UsdSkelAnimQuery()

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    BlendShapeWeightsMightBeTimeVarying()

    Declaration
    public bool BlendShapeWeightsMightBeTimeVarying()
    Returns
    Type Description
    Boolean

    ComputeBlendShapeWeights(VtFloatArray)

    Declaration
    public bool ComputeBlendShapeWeights(VtFloatArray weights)
    Parameters
    Type Name Description
    VtFloatArray weights
    Returns
    Type Description
    Boolean

    ComputeBlendShapeWeights(VtFloatArray, UsdTimeCode)

    Declaration
    public bool ComputeBlendShapeWeights(VtFloatArray weights, UsdTimeCode time)
    Parameters
    Type Name Description
    VtFloatArray weights
    UsdTimeCode time
    Returns
    Type Description
    Boolean

    ComputeJointLocalTransformComponents(VtVec3fArray, VtQuatfArray, VtVec3hArray)

    Declaration
    public bool ComputeJointLocalTransformComponents(VtVec3fArray translations, VtQuatfArray rotations, VtVec3hArray scales)
    Parameters
    Type Name Description
    VtVec3fArray translations
    VtQuatfArray rotations
    VtVec3hArray scales
    Returns
    Type Description
    Boolean

    ComputeJointLocalTransformComponents(VtVec3fArray, VtQuatfArray, VtVec3hArray, UsdTimeCode)

    Declaration
    public bool ComputeJointLocalTransformComponents(VtVec3fArray translations, VtQuatfArray rotations, VtVec3hArray scales, UsdTimeCode time)
    Parameters
    Type Name Description
    VtVec3fArray translations
    VtQuatfArray rotations
    VtVec3hArray scales
    UsdTimeCode time
    Returns
    Type Description
    Boolean

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetBlendShapeOrder()

    Declaration
    public VtTokenArray GetBlendShapeOrder()
    Returns
    Type Description
    VtTokenArray

    GetBlendShapeWeightAttributes(UsdAttributeVector)

    Declaration
    public bool GetBlendShapeWeightAttributes(UsdAttributeVector attrs)
    Parameters
    Type Name Description
    UsdAttributeVector attrs
    Returns
    Type Description
    Boolean

    GetBlendShapeWeightTimeSamples(StdDoubleVector)

    Declaration
    public bool GetBlendShapeWeightTimeSamples(StdDoubleVector attrs)
    Parameters
    Type Name Description
    StdDoubleVector attrs
    Returns
    Type Description
    Boolean

    GetBlendShapeWeightTimeSamplesInInterval(GfInterval, StdDoubleVector)

    Declaration
    public bool GetBlendShapeWeightTimeSamplesInInterval(GfInterval interval, StdDoubleVector times)
    Parameters
    Type Name Description
    GfInterval interval
    StdDoubleVector times
    Returns
    Type Description
    Boolean

    GetDescription()

    Declaration
    public string GetDescription()
    Returns
    Type Description
    String

    GetJointOrder()

    Declaration
    public VtTokenArray GetJointOrder()
    Returns
    Type Description
    VtTokenArray

    GetJointTransformAttributes(UsdAttributeVector)

    Declaration
    public bool GetJointTransformAttributes(UsdAttributeVector attrs)
    Parameters
    Type Name Description
    UsdAttributeVector attrs
    Returns
    Type Description
    Boolean

    GetJointTransformTimeSamples(StdDoubleVector)

    Declaration
    public bool GetJointTransformTimeSamples(StdDoubleVector times)
    Parameters
    Type Name Description
    StdDoubleVector times
    Returns
    Type Description
    Boolean

    GetJointTransformTimeSamplesInInterval(GfInterval, StdDoubleVector)

    Declaration
    public bool GetJointTransformTimeSamplesInInterval(GfInterval interval, StdDoubleVector times)
    Parameters
    Type Name Description
    GfInterval interval
    StdDoubleVector times
    Returns
    Type Description
    Boolean

    GetPrim()

    Declaration
    public UsdPrim GetPrim()
    Returns
    Type Description
    UsdPrim

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    Boolean

    JointTransformsMightBeTimeVarying()

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