Scene
Represents a scene.
A scene manages a collection of Entity objects. Typically, a com.pico.spatial.core.container.SpatialContainer hosts a scene, and all 3D entities created within the container belong to that scene.
Functions
Link copied to clipboard
@MainThread
Projects a convex shape for collision detection against all geometry in the scene.
Link copied to clipboard
Queries a list of entities based on one or more conditions.
Link copied to clipboard
@MainThread
Projects a ray for collision detection against all geometry in the scene.
Link copied to clipboard
@MainThread
Subscribes to an event of the specified type.