Class NetContext<TData>
Context received when registered to message of type
Inheritance
NetContext<TData>
Syntax
public sealed class NetContext<TData>
where TData : class
Type Parameters
Constructors
NetContext(NetMessage<TData>)
Declaration
public NetContext(NetMessage<TData> message)
Parameters
Fields
Message
Access to the entire scope of the message
Declaration
public NetMessage<TData> Message
Field Value
Properties
Data
The data sent by the actor
Declaration
public ref TData Data { get; }
Property Value