docs.unity.cn
    Show / Hide Table of Contents

    Class StreamingErrorEvent

    Inheritance
    Object
    StreamingErrorEvent
    Namespace: Unity.Reflect
    Syntax
    public class StreamingErrorEvent

    Constructors

    StreamingErrorEvent(StreamKey, SyncBoundingBox, Exception)

    Declaration
    public StreamingErrorEvent(StreamKey key, SyncBoundingBox boundingBox, Exception ex)
    Parameters
    Type Name Description
    StreamKey key
    SyncBoundingBox boundingBox
    Exception ex

    Fields

    BoundingBox

    Declaration
    public readonly SyncBoundingBox BoundingBox
    Field Value
    Type Description
    SyncBoundingBox

    Exception

    Declaration
    public Exception Exception
    Field Value
    Type Description
    Exception

    Key

    Declaration
    public readonly StreamKey Key
    Field Value
    Type Description
    StreamKey
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021