Class SdfAttributeSpecHandle
Inheritance
SdfAttributeSpecHandle
Namespace: pxr
Assembly: USD.NET.dll
Syntax
public class SdfAttributeSpecHandle : IDisposable
Constructors
Fields
Properties
Methods
Name |
Description |
CanSetName(string, out string)
|
|
ClearAllowedTokens()
|
|
ClearColorSpace()
|
|
ClearConnectionPaths()
|
|
ClearDefaultValue()
|
|
ClearDisplayUnit()
|
|
ClearField(TfToken)
|
|
ClearInfo(TfToken)
|
|
Dispose()
|
|
Dispose(bool)
|
|
~SdfAttributeSpecHandle()
|
|
GetAllowedTokens()
|
|
GetAssetInfo()
|
|
GetColorSpace()
|
|
GetComment()
|
|
GetConnectionPathList()
|
|
GetCustomData()
|
|
GetDisplayGroup()
|
|
GetDisplayName()
|
|
GetDisplayUnit()
|
|
GetDocumentation()
|
|
GetFallbackForInfo(TfToken)
|
|
GetField(TfToken)
|
|
GetHidden()
|
|
GetInfo(TfToken)
|
|
GetLayer()
|
|
GetMetaDataDisplayGroup(TfToken)
|
|
GetMetaDataInfoKeys()
|
|
GetName()
|
|
GetNameToken()
|
|
GetOwner()
|
|
GetPath()
|
|
GetPermission()
|
|
GetPrefix()
|
|
GetRoleName()
|
|
GetSchema()
|
|
GetSpecType()
|
|
GetSuffix()
|
|
GetSymmetricPeer()
|
|
GetSymmetryArguments()
|
|
GetSymmetryFunction()
|
|
GetTimeSampleMap()
|
|
GetTypeForInfo(TfToken)
|
|
GetTypeName()
|
|
GetValueType()
|
|
GetVariability()
|
|
HasAllowedTokens()
|
|
HasColorSpace()
|
|
HasConnectionPaths()
|
|
HasDefaultValue()
|
|
HasDisplayUnit()
|
|
HasField(TfToken)
|
|
HasInfo(TfToken)
|
|
HasOnlyRequiredFields()
|
|
IsCustom()
|
|
IsDormant()
|
|
IsInert()
|
|
IsInert(bool)
|
|
IsValidName(string)
|
|
ListFields()
|
|
ListInfoKeys()
|
|
New(SdfPrimSpecHandle, string, SdfValueTypeName)
|
|
New(SdfPrimSpecHandle, string, SdfValueTypeName, SdfVariability)
|
|
New(SdfPrimSpecHandle, string, SdfValueTypeName, SdfVariability, bool)
|
|
PermissionToEdit()
|
|
SetAllowedTokens(VtTokenArray)
|
|
SetAssetInfo(string, VtValue)
|
|
SetColorSpace(TfToken)
|
|
SetComment(string)
|
|
SetCustom(bool)
|
|
SetCustomData(string, VtValue)
|
|
SetDisplayGroup(string)
|
|
SetDisplayName(string)
|
|
SetDisplayUnit(TfEnum)
|
|
SetDocumentation(string)
|
|
SetField(TfToken, VtValue)
|
|
SetHidden(bool)
|
|
SetInfo(TfToken, VtValue)
|
|
SetInfoDictionaryValue(TfToken, TfToken, VtValue)
|
|
SetName(string)
|
|
SetName(string, bool)
|
|
SetPermission(SdfPermission)
|
|
SetPrefix(string)
|
|
SetSuffix(string)
|
|
SetSymmetricPeer(string)
|
|
SetSymmetryArgument(string, VtValue)
|
|
SetSymmetryFunction(TfToken)
|
|
__deref__()
|
|
getCPtr(SdfAttributeSpecHandle)
|
|
swigRelease(SdfAttributeSpecHandle)
|
|