docs.unity.cn
    Show / Hide Table of Contents

    Class SdfAttributeSpec

    Inheritance
    Object
    SdfSpec
    SdfPropertySpec
    SdfAttributeSpec
    Inherited Members
    SdfPropertySpec.GetName()
    SdfPropertySpec.GetNameToken()
    SdfPropertySpec.CanSetName(String, SWIGTYPE_p_std__string)
    SdfPropertySpec.SetName(String, Boolean)
    SdfPropertySpec.SetName(String)
    SdfPropertySpec.IsValidName(String)
    SdfPropertySpec.GetOwner()
    SdfPropertySpec.GetCustomData()
    SdfPropertySpec.GetAssetInfo()
    SdfPropertySpec.SetCustomData(String, VtValue)
    SdfPropertySpec.SetAssetInfo(String, VtValue)
    SdfPropertySpec.GetDisplayGroup()
    SdfPropertySpec.SetDisplayGroup(String)
    SdfPropertySpec.GetDisplayName()
    SdfPropertySpec.SetDisplayName(String)
    SdfPropertySpec.GetDocumentation()
    SdfPropertySpec.SetDocumentation(String)
    SdfPropertySpec.GetHidden()
    SdfPropertySpec.SetHidden(Boolean)
    SdfPropertySpec.GetPermission()
    SdfPropertySpec.SetPermission(SdfPermission)
    SdfPropertySpec.GetPrefix()
    SdfPropertySpec.SetPrefix(String)
    SdfPropertySpec.GetSuffix()
    SdfPropertySpec.SetSuffix(String)
    SdfPropertySpec.GetSymmetricPeer()
    SdfPropertySpec.SetSymmetricPeer(String)
    SdfPropertySpec.GetSymmetryArguments()
    SdfPropertySpec.SetSymmetryArgument(String, VtValue)
    SdfPropertySpec.GetSymmetryFunction()
    SdfPropertySpec.SetSymmetryFunction(TfToken)
    SdfPropertySpec.GetTimeSampleMap()
    SdfPropertySpec.GetValueType()
    SdfPropertySpec.GetTypeName()
    SdfPropertySpec.GetDefaultValue()
    SdfPropertySpec.SetDefaultValue(VtValue)
    SdfPropertySpec.HasDefaultValue()
    SdfPropertySpec.ClearDefaultValue()
    SdfPropertySpec.GetComment()
    SdfPropertySpec.SetComment(String)
    SdfPropertySpec.IsCustom()
    SdfPropertySpec.SetCustom(Boolean)
    SdfPropertySpec.GetVariability()
    SdfPropertySpec.HasOnlyRequiredFields()
    SdfSpec.swigCMemOwn
    SdfSpec.GetSchema()
    SdfSpec.GetSpecType()
    SdfSpec.IsDormant()
    SdfSpec.GetLayer()
    SdfSpec.GetPath()
    SdfSpec.PermissionToEdit()
    SdfSpec.ListInfoKeys()
    SdfSpec.GetMetaDataInfoKeys()
    SdfSpec.GetMetaDataDisplayGroup(TfToken)
    SdfSpec.GetInfo(TfToken)
    SdfSpec.SetInfo(TfToken, VtValue)
    SdfSpec.SetInfoDictionaryValue(TfToken, TfToken, VtValue)
    SdfSpec.HasInfo(TfToken)
    SdfSpec.ClearInfo(TfToken)
    SdfSpec.GetTypeForInfo(TfToken)
    SdfSpec.GetFallbackForInfo(TfToken)
    SdfSpec.WriteToStream(SWIGTYPE_p_std__ostream, UInt32)
    SdfSpec.WriteToStream(SWIGTYPE_p_std__ostream)
    SdfSpec.IsInert(Boolean)
    SdfSpec.IsInert()
    SdfSpec.ListFields()
    SdfSpec.HasField(TfToken)
    SdfSpec.GetField(TfToken)
    SdfSpec.SetField(TfToken, VtValue)
    SdfSpec.ClearField(TfToken)
    Namespace: pxr
    Syntax
    public class SdfAttributeSpec : SdfPropertySpec, IDisposable

    Methods

    ClearAllowedTokens()

    Declaration
    public void ClearAllowedTokens()

    ClearColorSpace()

    Declaration
    public void ClearColorSpace()

    ClearConnectionPaths()

    Declaration
    public void ClearConnectionPaths()

    ClearDisplayUnit()

    Declaration
    public void ClearDisplayUnit()

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    SdfPropertySpec.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetAllowedTokens()

    Declaration
    public VtTokenArray GetAllowedTokens()
    Returns
    Type Description
    VtTokenArray

    GetColorSpace()

    Declaration
    public TfToken GetColorSpace()
    Returns
    Type Description
    TfToken

    GetConnectionPathList()

    Declaration
    public SWIGTYPE_p_SdfConnectionsProxy GetConnectionPathList()
    Returns
    Type Description
    SWIGTYPE_p_SdfConnectionsProxy

    GetDisplayUnit()

    Declaration
    public SWIGTYPE_p_TfEnum GetDisplayUnit()
    Returns
    Type Description
    SWIGTYPE_p_TfEnum

    GetRoleName()

    Declaration
    public TfToken GetRoleName()
    Returns
    Type Description
    TfToken

    HasAllowedTokens()

    Declaration
    public bool HasAllowedTokens()
    Returns
    Type Description
    Boolean

    HasColorSpace()

    Declaration
    public bool HasColorSpace()
    Returns
    Type Description
    Boolean

    HasConnectionPaths()

    Declaration
    public bool HasConnectionPaths()
    Returns
    Type Description
    Boolean

    HasDisplayUnit()

    Declaration
    public bool HasDisplayUnit()
    Returns
    Type Description
    Boolean

    New(SdfPrimSpecHandle, String, SdfValueTypeName)

    Declaration
    public static SdfAttributeSpecHandle New(SdfPrimSpecHandle owner, string name, SdfValueTypeName typeName)
    Parameters
    Type Name Description
    SdfPrimSpecHandle owner
    String name
    SdfValueTypeName typeName
    Returns
    Type Description
    SdfAttributeSpecHandle

    New(SdfPrimSpecHandle, String, SdfValueTypeName, SdfVariability)

    Declaration
    public static SdfAttributeSpecHandle New(SdfPrimSpecHandle owner, string name, SdfValueTypeName typeName, SdfVariability variability)
    Parameters
    Type Name Description
    SdfPrimSpecHandle owner
    String name
    SdfValueTypeName typeName
    SdfVariability variability
    Returns
    Type Description
    SdfAttributeSpecHandle

    New(SdfPrimSpecHandle, String, SdfValueTypeName, SdfVariability, Boolean)

    Declaration
    public static SdfAttributeSpecHandle New(SdfPrimSpecHandle owner, string name, SdfValueTypeName typeName, SdfVariability variability, bool custom)
    Parameters
    Type Name Description
    SdfPrimSpecHandle owner
    String name
    SdfValueTypeName typeName
    SdfVariability variability
    Boolean custom
    Returns
    Type Description
    SdfAttributeSpecHandle

    SetAllowedTokens(VtTokenArray)

    Declaration
    public void SetAllowedTokens(VtTokenArray allowedTokens)
    Parameters
    Type Name Description
    VtTokenArray allowedTokens

    SetColorSpace(TfToken)

    Declaration
    public void SetColorSpace(TfToken colorSpace)
    Parameters
    Type Name Description
    TfToken colorSpace

    SetDisplayUnit(SWIGTYPE_p_TfEnum)

    Declaration
    public void SetDisplayUnit(SWIGTYPE_p_TfEnum displayUnit)
    Parameters
    Type Name Description
    SWIGTYPE_p_TfEnum displayUnit
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023