Class VisitEvent | Properties | 0.10.4-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class VisitEvent

    Inheritance
    Object
    VisitEvent
    Namespace: Unity.Properties
    Syntax
    public class VisitEvent : IDisposable

    Properties

    IsError

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

    IsException

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

    IsLog

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetPooled()

    Declaration
    public static VisitEvent GetPooled()
    Returns
    Type Description
    VisitEvent

    Throw()

    Declaration
    public void Throw()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX