VirtualEntity
Hierarchy
- WorldObject
- VirtualEntity
Index
Constructors
Properties
Methods
Constructors
publicconstructor
Creates a new Virtual Entity
Properties
publicdimension
Object dimension.
publicreadonlygroup
Virtual Entity Group this entity belongs to
publicreadonlyid
publicpos
Object position.
publicreadonlyrefCount
Returns the ref count of the entity.
publicreadonlystreamingDistance
Streaming range for the virtual entity
publicreadonlytype
Type of the object.
publicreadonlyvalid
Object usability.
publicvisible
publicstaticreadonlyall
Returns all Virtual Entity instances
Methods
publicdeleteMeta
publicdeleteStreamSyncedMeta
Removes the specified key and the data connected to that specific key.
publicdeleteSyncedMeta
Removes the specified key and the data connected to that specific key.
publicdestroy
Removes the object from the world.
publicgetMeta
Type parameters
- K: string
publicgetMetaDataKeys
publicgetStreamSyncedMeta
Gets a value using the specified key.
Type parameters
- K: string
publicgetStreamSyncedMetaKeys
publicgetSyncedMeta
Gets a value using the specified key.
Type parameters
- K: string
publicgetSyncedMetaKeys
publichasMeta
publichasStreamSyncedMeta
Determines whether contains the specified key.
publichasSyncedMeta
Determines whether contains the specified key.
publicsetMeta
Type parameters
- K: string
publicsetStreamSyncedMeta
Stores the given value with the specified key.
Type parameters
- K: string
publicsetSyncedMeta
Stores the given value with the specified key.
Type parameters
- K: string
publicstaticgetByID
Gets the base object with the given type and id
Documentation