Interface IFrameAggregate | Kinematica | 0.8.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface IFrameAggregate

    Namespace: Unity.SnapshotDebugger
    Syntax
    public interface IFrameAggregate

    Properties

    IsEmpty

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type Description
    Boolean

    Methods

    AddRecords(List<IFrameRecord>, Single, Single)

    Declaration
    void AddRecords(List<IFrameRecord> records, float frameStartTime, float frameEndTime)
    Parameters
    Type Name Description
    List<IFrameRecord> records
    Single frameStartTime
    Single frameEndTime

    PruneFramesBeforeTimestamp(Single)

    Declaration
    void PruneFramesBeforeTimestamp(float startTimeInSeconds)
    Parameters
    Type Name Description
    Single startTimeInSeconds

    PruneFramesStartingAfterTimestamp(Single)

    Declaration
    void PruneFramesStartingAfterTimestamp(float startTimeInSeconds)
    Parameters
    Type Name Description
    Single startTimeInSeconds
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, August 3, 2020