Interface FrameDebugProvider<T> | Kinematica | 0.5.0-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    Interface FrameDebugProvider<T>

    Inherited Members
    FrameDebugProvider.GetUniqueIdentifier()
    FrameDebugProvider.GetDisplayName()
    Namespace: Unity.SnapshotDebugger
    Syntax
    public interface FrameDebugProvider<T> : FrameDebugProvider where T : IFrameDebugInfo
    Type Parameters
    Name Description
    T

    Methods

    GetFrameDebugInfo()

    Declaration
    List<T> GetFrameDebugInfo()
    Returns
    Type Description
    List<T>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX