abstract class SpatialSystem
System for handling spatial mechanics. Systems contain game logic that operates on entities with specific component types.
java.lang.Object > SpatialSystem
Field Summary
size
final
int
size
Field size.
position
final
Vector3d
position
Field position.
ref
final
Ref
ref
Field ref.
Method Detail
SpatialSystem
Method SpatialSystem.
- Parameters:
@Nonnull final ResourceTyperesourceType, ECS_TYPE>>