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

    Class SnapshotProvider

    Inheritance
    Object
    SnapshotProvider
    Kinematica
    SnapshotTransform
    Namespace: Unity.SnapshotDebugger
    Syntax
    public abstract class SnapshotProvider : MonoBehaviour, Serializable

    Properties

    aggregate

    Declaration
    public Identifier<Aggregate> aggregate { get; }
    Property Value
    Type Description
    Identifier<Aggregate>

    identifier

    Declaration
    public Identifier<SnapshotProvider> identifier { get; }
    Property Value
    Type Description
    Identifier<SnapshotProvider>

    Methods

    Awake()

    Declaration
    public virtual void Awake()

    CollectVariables()

    Declaration
    protected virtual void CollectVariables()

    OnDisable()

    Declaration
    public virtual void OnDisable()

    OnEarlyUpdate(Boolean)

    Declaration
    public virtual void OnEarlyUpdate(bool rewind)
    Parameters
    Type Name Description
    Boolean rewind

    OnEnable()

    Declaration
    public virtual void OnEnable()

    OnPostProcess()

    Declaration
    public virtual Buffer OnPostProcess()
    Returns
    Type Description
    Buffer

    OnPostProcess(Buffer)

    Declaration
    public virtual void OnPostProcess(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer

    ReadFromStream(Buffer)

    Declaration
    public virtual void ReadFromStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.ReadFromStream(Buffer)

    ReadVariables(Buffer)

    Declaration
    protected virtual void ReadVariables(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer

    WriteToStream(Buffer)

    Declaration
    public virtual void WriteToStream(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    Implements
    Serializable.WriteToStream(Buffer)

    WriteVariables(Buffer)

    Declaration
    protected virtual void WriteVariables(Buffer buffer)
    Parameters
    Type Name Description
    Buffer buffer
    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