docs.unity.cn
    Show / Hide Table of Contents

    Class RuntimeOutput

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

    Constructors

    RuntimeOutput(Type, List<ActorRef>)

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

    Fields

    MessageType

    Declaration
    public Type MessageType
    Field Value
    Type Description
    Type

    Receivers

    Declaration
    public List<ActorRef> Receivers
    Field Value
    Type Description
    List<ActorRef>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021