docs.unity.cn
    Show / Hide Table of Contents

    Interface Connectable

    An interface for type-erased access to a Connectable T.

    Namespace: USD.NET
    Syntax
    public interface Connectable

    Methods

    GetConnectedPath()

    Declaration
    string GetConnectedPath()
    Returns
    Type Description
    String

    GetValue()

    Declaration
    object GetValue()
    Returns
    Type Description
    Object

    GetValueType()

    Declaration
    Type GetValueType()
    Returns
    Type Description
    Type

    SetConnectedPath(String)

    Declaration
    void SetConnectedPath(string path)
    Parameters
    Type Name Description
    String path

    SetValue(Object)

    Declaration
    void SetValue(object value)
    Parameters
    Type Name Description
    Object value
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023