Presence Type
Describes the form of an element's presence.
Union cases
Union case | Description |
Full Usage:
Exterior
|
|
Full Usage:
Imposter
|
|
Full Usage:
Interior
|
|
Full Usage:
Omnipresent
|
Instance members
Instance member | Description |
Full Usage:
this.DepthCutoff
Returns: float32
|
|
Full Usage:
this.IsExterior
Returns: bool
|
|
Full Usage:
this.IsImposter
Returns: bool
|
|
Full Usage:
this.IsInterior
Returns: bool
|
|
Full Usage:
this.IsOmnipresent
Returns: bool
|
|
Static members
Static member | Description |
|
|
|
|
Full Usage:
Presence.intersects3d frustumInteriorOpt frustumExterior frustumImposter lightBoxOpt lightProbe light presence bounds
Parameters:
Frustum voption
frustumExterior : Frustum
frustumImposter : Frustum
lightBoxOpt : Box3 voption
lightProbe : bool
light : bool
presence : Presence
bounds : Box3
Returns: bool
|