Enum ActivationControlPlayable.PostPlaybackState | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Enum ActivationControlPlayable.PostPlaybackState

    The state of a GameObject's activeness when a PlayableGraph stops.

    Namespace: UnityEngine.Timeline
    Syntax
    public enum PostPlaybackState

    Fields

    Name Description
    Active

    Set the GameObject to active when the PlayableGraph stops.

    Inactive

    Set the GameObject to inactive when the [[PlayableGraph]] stops.

    Revert

    Revert the GameObject to the active state it was before the [[PlayableGraph]] started.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX