SpaceObjectType
Space Content Service
Enum
An enum used to describe what type of visual component a space object has.
Properties
Avatar | The space object is an avatar. |
Empty | The space object has no visual component. For example: an empty object with variables. |
NetworkObject | The space object represents an network object embedded in a scene or spawned at runtime. |
PrefabObject | The space object is a Spatial prefab. |
Unknown | The type of component is unknown. This is likely an internal spatial object not yet exposed via the SDK. |