EntityDispatcher Type
The default dispatcher for entities.
Constructors
Constructor | Description |
Full Usage:
EntityDispatcher(is2d, physical, lightProbe, light)
Parameters:
bool
physical : bool
lightProbe : bool
light : bool
Returns: EntityDispatcher
|
|
Instance members
Instance member | Description |
Full Usage:
this.Edit
Parameters:
EditOperation
entity : Entity
world : World
Modifiers: abstract |
|
|
|
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.Physical
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Render
Parameters:
RenderPass
entity : Entity
world : World
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
Full Usage:
this.TryTruncateModel
Parameters:
'a
Returns: 'a option
Modifiers: abstract Type parameters: 'a |
|
|
|
|
|
|
|
|
Static members
Static member | Description |
|
|