docs.unity.cn
    Show / Hide Table of Contents

    Class RuntimeOutput

    Inheritance
    Object
    RuntimeOutput
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public class RuntimeOutput

    Constructors

    RuntimeOutput(Type, List<ActorHandle>)

    Declaration
    public RuntimeOutput(Type messageType, List<ActorHandle> receivers)
    Parameters
    Type Name Description
    Type messageType
    List<ActorHandle> receivers

    Fields

    MessageType

    Declaration
    public Type MessageType
    Field Value
    Type Description
    Type

    Receivers

    Declaration
    public List<ActorHandle> Receivers
    Field Value
    Type Description
    List<ActorHandle>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use