Drag[en]gine Script Module DragonScript
1.23
|
Environment map prove. More...
Public Member Functions | |
Constructors | |
EnvMapProbe | new () |
Create environment map probe. More... | |
Management | |
DVector | getPosition () |
Pposition. More... | |
void | setPosition (DVector position) |
Set position. More... | |
Quaternion | getOrientation () |
Orientation. More... | |
void | setOrientation (Quaternion orientation) |
Set orientation. More... | |
Vector | getScaling () |
Scaling. More... | |
void | setScaling (Vector scaling) |
Set scaling. More... | |
LayerMask | getLayerMask () |
Layer mask for visibility masking. More... | |
void | setLayerMask (LayerMask layerMask) |
Set layer mask for visibility masking. More... | |
ShapeList | getShapeListInfluence () |
Influence shape list. More... | |
void | setShapeListInfluence (ShapeList shapeList) |
Set influence shape list. More... | |
ShapeList | getShapeReflection () |
Shape list with the reflection shape or an empty shape list if the environment map is global. More... | |
void | setShapeReflection (ShapeList shape) |
Set reflection shape from a list with one shape or an empty list if the environment map is global. More... | |
ShapeList | getShapeListReflectionMask () |
Reflection mask shape list. More... | |
void | setShapeListReflectionMask (ShapeList shapeList) |
Set reflection mask shape list. More... | |
float | getInfluenceBorderSize () |
Influence border size. More... | |
void | setInfluenceBorderSize (float borderSize) |
Set influence border size. More... | |
int | getInfluencePriority () |
Influence priority. More... | |
void | setInfluencePriority (int priority) |
Set influence priority. More... | |
Environment map prove.
This is a native class.
float Dragengine.Scenery.EnvMapProbe.getInfluenceBorderSize | ( | ) |
Influence border size.
int Dragengine.Scenery.EnvMapProbe.getInfluencePriority | ( | ) |
Influence priority.
LayerMask Dragengine.Scenery.EnvMapProbe.getLayerMask | ( | ) |
Layer mask for visibility masking.
Quaternion Dragengine.Scenery.EnvMapProbe.getOrientation | ( | ) |
Orientation.
DVector Dragengine.Scenery.EnvMapProbe.getPosition | ( | ) |
Pposition.
Vector Dragengine.Scenery.EnvMapProbe.getScaling | ( | ) |
Scaling.
ShapeList Dragengine.Scenery.EnvMapProbe.getShapeListInfluence | ( | ) |
Influence shape list.
ShapeList Dragengine.Scenery.EnvMapProbe.getShapeListReflectionMask | ( | ) |
Reflection mask shape list.
ShapeList Dragengine.Scenery.EnvMapProbe.getShapeReflection | ( | ) |
Shape list with the reflection shape or an empty shape list if the environment map is global.
EnvMapProbe Dragengine.Scenery.EnvMapProbe.new | ( | ) |
Create environment map probe.
void Dragengine.Scenery.EnvMapProbe.setInfluenceBorderSize | ( | float | borderSize | ) |
Set influence border size.
void Dragengine.Scenery.EnvMapProbe.setInfluencePriority | ( | int | priority | ) |
Set influence priority.
void Dragengine.Scenery.EnvMapProbe.setLayerMask | ( | LayerMask | layerMask | ) |
Set layer mask for visibility masking.
void Dragengine.Scenery.EnvMapProbe.setOrientation | ( | Quaternion | orientation | ) |
Set orientation.
void Dragengine.Scenery.EnvMapProbe.setPosition | ( | DVector | position | ) |
Set position.
void Dragengine.Scenery.EnvMapProbe.setScaling | ( | Vector | scaling | ) |
Set scaling.
void Dragengine.Scenery.EnvMapProbe.setShapeListInfluence | ( | ShapeList | shapeList | ) |
Set influence shape list.
void Dragengine.Scenery.EnvMapProbe.setShapeListReflectionMask | ( | ShapeList | shapeList | ) |
Set reflection mask shape list.
void Dragengine.Scenery.EnvMapProbe.setShapeReflection | ( | ShapeList | shape | ) |
Set reflection shape from a list with one shape or an empty list if the environment map is global.