EntityState Type
Hosts the ongoing state of an entity.
Record fields
Record Field | Description |
|
|
|
|
|
|
Full Usage:
ElevationLocal
Field type: single
Modifiers: mutable |
|
|
|
|
|
Full Usage:
Id
Field type: uint64
|
|
|
|
Full Usage:
Order
Field type: int64
Modifiers: mutable |
|
Full Usage:
OverlayNameOpt
Field type: string option
Modifiers: mutable |
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Surnames
Field type: string array
|
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.Absolute
|
|
|
|
Full Usage:
this.AlwaysRender
|
|
Full Usage:
this.AlwaysUpdate
|
|
Full Usage:
this.Angles
|
|
|
|
Full Usage:
this.CastShadow
|
|
Full Usage:
this.Degrees
|
|
Full Usage:
this.DegreesLocal
|
|
Full Usage:
this.Elevation
|
|
Full Usage:
this.Enabled
|
|
Full Usage:
this.EnabledLocal
|
|
Full Usage:
this.Is2d
Returns: bool
|
|
Full Usage:
this.Is3d
Returns: bool
|
|
Full Usage:
this.Light
Returns: bool
|
|
Full Usage:
this.LightProbe
Returns: bool
|
|
Full Usage:
this.Mounted
|
|
Full Usage:
this.Offset
|
|
Full Usage:
this.Optimized
Parameters:
bool
Returns: bool
|
|
Full Usage:
this.Overflow
|
|
Full Usage:
this.Perimeter
|
|
Full Usage:
this.PerimeterBottom
|
|
Full Usage:
this.PerimeterBottomLeft
|
|
|
|
|
|
Full Usage:
this.PerimeterCenter
|
|
|
|
Full Usage:
this.PerimeterMax
|
|
|
|
Full Usage:
this.PerimeterMin
|
|
|
|
Full Usage:
this.PerimeterUnscaled
|
|
Full Usage:
this.Persistent
|
|
Full Usage:
this.Physical
Returns: bool
|
|
Full Usage:
this.Pickable
|
|
Full Usage:
this.Position
|
|
Full Usage:
this.Presence
|
|
Full Usage:
this.PresenceOverride
|
|
Full Usage:
this.Protected
|
|
Full Usage:
this.PublishChangeEvents
|
|
Full Usage:
this.PublishUpdates
|
|
Full Usage:
this.Rotation
|
|
|
|
Full Usage:
this.Scale
|
|
Full Usage:
this.Size
|
|
Full Usage:
this.Static
|
|
Full Usage:
this.Visible
|
|
Full Usage:
this.VisibleLocal
|
Static members
Static member | Description |
Full Usage:
EntityState.attachProperty name property entityState
Parameters:
string
property : Property
entityState : EntityState
Returns: EntityState
|
|
Full Usage:
EntityState.containsRuntimeProperties entityState
Parameters:
EntityState
Returns: bool
Modifiers: inline |
|
Full Usage:
EntityState.copy entityState
Parameters:
EntityState
Returns: EntityState
Modifiers: inline |
|
Full Usage:
EntityState.detachProperty name entityState
Parameters:
string
entityState : EntityState
Returns: EntityState
|
|
Full Usage:
EntityState.getProperty propertyName entityState
Parameters:
string
entityState : EntityState
Returns: Property
|
|
Full Usage:
EntityState.make imperative surnamesOpt overlayNameOpt dispatcher
Parameters:
bool
surnamesOpt : string array option
overlayNameOpt : string option
dispatcher : EntityDispatcher
Returns: EntityState
|
|
Full Usage:
EntityState.setProperty propertyName property entityState
Parameters:
string
property : Property
entityState : EntityState
Returns: EntityState
|
|
Full Usage:
EntityState.tryGetProperty (propertyName, entityState, propertyRef)
Parameters:
string
entityState : EntityState
propertyRef : outref<Property>
Returns: bool
|
|
Full Usage:
EntityState.trySetProperty propertyName property entityState
Parameters:
string
property : Property
entityState : EntityState
Returns: bool * EntityState
|