docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITakeBuilder

    Represents a Take asset creator.

    Namespace: Unity.LiveCapture
    Assembly: Unity.LiveCapture.dll
    Syntax
    public interface ITakeBuilder

    Methods

    CreateAnimationTrack(string, Animator, AnimationClip)

    Creates an animation track.

    Declaration
    void CreateAnimationTrack(string name, Animator animator, AnimationClip animationClip)
    Parameters
    Type Name Description
    string name

    The name of the track.

    Animator animator

    The target animator component to bind.

    AnimationClip animationClip

    The animation clip to set into the new track.

    Remarks

    This method checks if another animation track is using the same binding. In that case, the new track becomes an override of the existing one.

    CreateAnimationTrack(string, Animator, AnimationClip, ITrackMetadata)

    Creates an animation track.

    Declaration
    void CreateAnimationTrack(string name, Animator animator, AnimationClip animationClip, ITrackMetadata metadata)
    Parameters
    Type Name Description
    string name

    The name of the track.

    Animator animator

    The target animator component to bind.

    AnimationClip animationClip

    The animation clip to set into the new track.

    ITrackMetadata metadata

    The metadata associated with the new track.

    Remarks

    This method checks if another animation track is using the same binding. In that case, the new track becomes an override of the existing one.

    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)