Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.EnvMapProbe Class Reference

Environment map prove. More...

Inheritance diagram for Dragengine.Scenery.EnvMapProbe:

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...
 

Detailed Description

Environment map prove.

This is a native class.

Member Function Documentation

◆ getInfluenceBorderSize()

float Dragengine.Scenery.EnvMapProbe.getInfluenceBorderSize ( )

Influence border size.

◆ getInfluencePriority()

int Dragengine.Scenery.EnvMapProbe.getInfluencePriority ( )

Influence priority.

◆ getLayerMask()

LayerMask Dragengine.Scenery.EnvMapProbe.getLayerMask ( )

Layer mask for visibility masking.

◆ getOrientation()

Quaternion Dragengine.Scenery.EnvMapProbe.getOrientation ( )

Orientation.

◆ getPosition()

DVector Dragengine.Scenery.EnvMapProbe.getPosition ( )

Pposition.

◆ getScaling()

Vector Dragengine.Scenery.EnvMapProbe.getScaling ( )

Scaling.

◆ getShapeListInfluence()

ShapeList Dragengine.Scenery.EnvMapProbe.getShapeListInfluence ( )

Influence shape list.

◆ getShapeListReflectionMask()

ShapeList Dragengine.Scenery.EnvMapProbe.getShapeListReflectionMask ( )

Reflection mask shape list.

◆ getShapeReflection()

ShapeList Dragengine.Scenery.EnvMapProbe.getShapeReflection ( )

Shape list with the reflection shape or an empty shape list if the environment map is global.

◆ new()

EnvMapProbe Dragengine.Scenery.EnvMapProbe.new ( )

Create environment map probe.

◆ setInfluenceBorderSize()

void Dragengine.Scenery.EnvMapProbe.setInfluenceBorderSize ( float  borderSize)

Set influence border size.

◆ setInfluencePriority()

void Dragengine.Scenery.EnvMapProbe.setInfluencePriority ( int  priority)

Set influence priority.

◆ setLayerMask()

void Dragengine.Scenery.EnvMapProbe.setLayerMask ( LayerMask  layerMask)

Set layer mask for visibility masking.

◆ setOrientation()

void Dragengine.Scenery.EnvMapProbe.setOrientation ( Quaternion  orientation)

Set orientation.

◆ setPosition()

void Dragengine.Scenery.EnvMapProbe.setPosition ( DVector  position)

Set position.

◆ setScaling()

void Dragengine.Scenery.EnvMapProbe.setScaling ( Vector  scaling)

Set scaling.

◆ setShapeListInfluence()

void Dragengine.Scenery.EnvMapProbe.setShapeListInfluence ( ShapeList  shapeList)

Set influence shape list.

◆ setShapeListReflectionMask()

void Dragengine.Scenery.EnvMapProbe.setShapeListReflectionMask ( ShapeList  shapeList)

Set reflection mask shape list.

◆ setShapeReflection()

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.


The documentation for this class was generated from the following file: