docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITakeBinding

    Represents a binding between a name and an object that a take uses in the scene.

    Namespace: Unity.LiveCapture
    Assembly: Unity.LiveCapture.dll
    Syntax
    public interface ITakeBinding
    Remarks

    To play recorded takes, the PlayableDirector requires scene bindings for its tracks. Take bindings help prepare the PlayableDirector's bindings. With the take bindings stored in a take, the playback system can recover the scene object associated with a track. All the takes recorded with the same binding name resolve to the same scene object, which facilitates swapping takes for playback.

    Properties

    Type

    The type of the value of the binding.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    ClearValue(IExposedPropertyTable)

    Clears the value of the binding.

    Declaration
    void ClearValue(IExposedPropertyTable resolver)
    Parameters
    Type Name Description
    IExposedPropertyTable resolver

    The resolve table.

    GetValue(IExposedPropertyTable)

    Gets the resolved value of the binding.

    Declaration
    Object GetValue(IExposedPropertyTable resolver)
    Parameters
    Type Name Description
    IExposedPropertyTable resolver

    The resolve table.

    Returns
    Type Description
    Object

    The resolved object reference.

    SetName(string)

    Sets the name of the binding.

    Declaration
    void SetName(string name)
    Parameters
    Type Name Description
    string name

    The name of the binding.

    SetValue(Object, IExposedPropertyTable)

    Sets the value of the binding.

    Declaration
    void SetValue(Object value, IExposedPropertyTable resolver)
    Parameters
    Type Name Description
    Object value

    The object reference to set.

    IExposedPropertyTable resolver

    The resolve table.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)