docs.unity.cn
    Show / Hide Table of Contents

    Interface IOneOf

    Interface to a result that could be one of many possible types.

    Namespace: Unity.Services.Lobbies.Models
    Syntax
    public interface IOneOf

    Properties

    Type

    The type of the value.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    Value

    The value.

    Declaration
    object Value { get; }
    Property Value
    Type Description
    Object
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, August 7, 2023