docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfRelationshipSpec

    Inheritance
    Object
    SdfSpec
    SdfPropertySpec
    SdfRelationshipSpec
    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)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class SdfRelationshipSpec : SdfPropertySpec, IDisposable

    Methods

    ClearTargetPathList()

    Declaration
    public void ClearTargetPathList()

    Dispose()

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

    Finalize()

    Declaration
    protected void Finalize()

    GetNoLoadHint()

    Declaration
    public bool GetNoLoadHint()
    Returns
    Type Description
    Boolean

    GetTargetPathList()

    Declaration
    public SWIGTYPE_p_SdfTargetsProxy GetTargetPathList()
    Returns
    Type Description
    SWIGTYPE_p_SdfTargetsProxy

    HasTargetPathList()

    Declaration
    public bool HasTargetPathList()
    Returns
    Type Description
    Boolean

    New(SdfPrimSpecHandle, String)

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

    New(SdfPrimSpecHandle, String, Boolean)

    Declaration
    public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name, bool custom)
    Parameters
    Type Name Description
    SdfPrimSpecHandle owner
    String name
    Boolean custom
    Returns
    Type Description
    SdfRelationshipSpecHandle

    New(SdfPrimSpecHandle, String, Boolean, SdfVariability)

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

    RemoveTargetPath(SdfPath)

    Declaration
    public void RemoveTargetPath(SdfPath path)
    Parameters
    Type Name Description
    SdfPath path

    RemoveTargetPath(SdfPath, Boolean)

    Declaration
    public void RemoveTargetPath(SdfPath path, bool preserveTargetOrder)
    Parameters
    Type Name Description
    SdfPath path
    Boolean preserveTargetOrder

    ReplaceTargetPath(SdfPath, SdfPath)

    Declaration
    public void ReplaceTargetPath(SdfPath oldPath, SdfPath newPath)
    Parameters
    Type Name Description
    SdfPath oldPath
    SdfPath newPath

    SetNoLoadHint(Boolean)

    Declaration
    public void SetNoLoadHint(bool noload)
    Parameters
    Type Name Description
    Boolean noload
    Back to top
    Copyright © 2023 Unity Technologies
    • 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 Thursday, October 19, 2023