SpatialContainer
The base class of a SpatialContainer. It can be a WindowContainer or a Stage.
Parameters
name
The name of the SpatialContainer. Different types of SpatialContainers can share the same name, the same type of SpatialContainers should use unique names when defined in android.app.Application scope.
containerId
The unique ID of the SpatialContainer.
Properties
Link copied to clipboard
For receiving the SpatialContainerState of SpatialContainer and dispatching it to observers.
Link copied to clipboard
The type of the SpatialContainer.
Functions
Link copied to clipboard
The callback for the creation of SpatialContainer.
Link copied to clipboard
The callback for the destroy of SpatialContainer.