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