Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
Public Member Functions | |
bool | TryGetPlayerInfo (string key, out vxNetPlayerInfo info) |
void | Add (vxNetPlayerInfo entity) |
bool | Contains (vxNetPlayerInfo entity) |
Public Attributes | |
Dictionary< string, vxNetPlayerInfo > | Players = new Dictionary<string, vxNetPlayerInfo>() |
An entity collection containing all Network Players. | |
Properties | |
vxNetPlayerInfo | this[string id] [get, set] |