Class: SceneProperties

SceneProperties()

new SceneProperties()

Constructs a new SceneProperties. Scene properties that determine how far user sees, how often scene is refreshed, etc. This is a component to be injected, and used as factory when constructing Scene for every client.
Source:

Classes

SceneProperties

Members

range :number

Visibility range, default 2000
Type:
  • number
Source:

resolution :number

Movement resolution, default 10
Type:
  • number
Source:

size :number

Maximum size, default 1000
Type:
  • number
Source:

timeout :number

Invalidation timeout in ms, default 30000
Type:
  • number
Source:

ScenePropertiesSceneProperties()

Scene properties, same as server counterpart.