Facet Type
Dynamically augments an entity's behavior in a composable way.
Constructors
Constructor | Description |
Full Usage:
Facet(physical, lightProbe, light)
Parameters:
bool
lightProbe : bool
light : bool
Returns: Facet
|
|
Instance members
Instance member | Description |
Full Usage:
this.Edit
Parameters:
EditOperation
entity : Entity
world : World
Modifiers: abstract |
|
|
|
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 |
|
|
|
|
|
|