Module technology.sola.engine
Class QuadTreeNode.QuadTreeData
java.lang.Object
technology.sola.engine.physics.utils.QuadTreeNode.QuadTreeData
- Enclosing class:
- QuadTreeNode
QuadTreeData holds data that can be inserted into a
QuadTreeNode
.-
Constructor Summary
ConstructorsConstructorDescriptionQuadTreeData
(technology.sola.ecs.view.View2Entry<ColliderComponent, TransformComponent> entityView) Creates a new QuadTreeData instance for a collidable entity. -
Method Summary
-
Constructor Details
-
QuadTreeData
public QuadTreeData(technology.sola.ecs.view.View2Entry<ColliderComponent, TransformComponent> entityView) Creates a new QuadTreeData instance for a collidable entity.- Parameters:
entityView
- the collidable entity
-