| Interface | Description |
|---|---|
| IMMOItem |
Defines the basic methods of an MMOItem class
|
| IMMOItemVariable |
| Class | Description |
|---|---|
| BaseMMOItem |
The parent class for all MMOItem implementations.
|
| CreateMMORoomSettings |
The MMORoom Settings extends the basic Room Settings adding new functionalities that are unique to an MMORoom.
|
| CreateMMORoomSettings.MapLimits |
Container data class that holds the minimum and maximum coordinates available in virtual World.
|
| MMOItem |
An MMOItem represents a non-player entity inside an MMORoom.
|
| MMOItemVariable |
MMOItem Variables allow to attach custom properties to MMOItems inside an MMORoom.
|
| MMORoom |
Overview
The MMORoom extends the functionalities of a regular Room by adding an Area Of Interest (AOI) to determine the range of the
events that should be received by Users.
|
| MMORoom.PreviousMMORoomState | |
| Vec3D |
A vector 3D class used for defining coordinates in the MMORoom virtual world.
|