docs.unity.cn
    Show / Hide Table of Contents

    Class NetComponent

    Inheritance
    Object
    NetComponent
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    [Component("1b938da3-daf8-433c-acd6-1da100a73887", typeof(NetInputAttribute), typeof(NetOutputAttribute), typeof(NetOutput<>), null, Multiplicity.Any, Multiplicity.Any, null, false)]
    public class NetComponent : IRunnableComponent

    Constructors

    NetComponent(TimerComponent, ActorHandle, Scheduler, Dictionary<ActorHandle, NetComponent>)

    Declaration
    public NetComponent(TimerComponent timer, ActorHandle handle, Scheduler scheduler, Dictionary<ActorHandle, NetComponent> actorSockets)
    Parameters
    Type Name Description
    TimerComponent timer
    ActorHandle handle
    Scheduler