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.
Classes
Members
range
Visibility range, default 2000
- Source:
resolution
Movement resolution, default 10
- Source:
size
Maximum size, default 1000
- Source:
timeout
Invalidation timeout in ms, default 30000
- Source: