Class Debugger | Kinematica | 0.5.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class Debugger

    Inheritance
    Object
    Debugger
    Namespace: Unity.SnapshotDebugger
    Syntax
    public class Debugger

    Properties

    capacityInSeconds

    Declaration
    public float capacityInSeconds { get; set; }
    Property Value
    Type Description
    Single

    deltaTime

    Declaration
    public float deltaTime { get; }
    Property Value
    Type Description
    Single

    endTimeInSeconds

    Declaration
    public float endTimeInSeconds { get; }
    Property Value
    Type Description
    Single

    instance

    Declaration
    public static Debugger instance { get; }
    Property Value
    Type Description
    Debugger

    IsRecording

    Declaration
    public bool IsRecording { get; }
    Property Value
    Type Description
    Boolean

    Item[GameObject]

    Declaration
    public Identifier<Aggregate> this[GameObject gameObject] { get; }
    Parameters
    Type Name Description
    GameObject gameObject
    Property Value
    Type Description
    Identifier<Aggregate>

    Item[Identifier<Aggregate>]

    Declaration
    public GameObject this[Identifier<Aggregate> identifier] { get; }
    Parameters
    Type Name Description
    Identifier<Aggregate> identifier
    Property Value
    Type Description
    GameObject

    memorySize

    Declaration
    public int memorySize { get; }
    Property Value
    Type Description
    Int32

    rewind

    Declaration
    public bool rewind { get; set; }
    Property Value
    Type Description
    Boolean

    rewindTime

    Declaration
    public float rewindTime { get; set; }
    Property Value
    Type Description
    Single

    startTimeInSeconds

    Declaration
    public float startTimeInSeconds { get; }
    Property Value
    Type Description
    Single

    state

    Declaration
    public Debugger.State state { get; set; }
    Property Value
    Type Description
    Debugger.State

    time

    Declaration
    public float time { get; }
    Property Value
    Type Description
    Single

    Methods

    Initialize()

    Declaration
    public static void Initialize()

    IsState(Debugger.State)

    Declaration
    public bool IsState(Debugger.State state)
    Parameters
    Type Name Description
    Debugger.State state
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 18 October 2023