Drag[en]gine Script Module DragonScript 1.32.1
Loading...
Searching...
No Matches
Dragengine.Scenery.ECBehaviorOutline.Instance Class Reference

Behavior instance. More...

Inheritance diagram for Dragengine.Scenery.ECBehaviorOutline.Instance:
Dragengine.Scenery.DefaultECBehaviorInstance Dragengine.Scenery.ECBehaviorInstance

Public Member Functions

void addToGameWorld ()
 Add element to game world.
 
void dispose ()
 Dispose of behavior instance.
 
Color getColor ()
 Outline color.
 
Component getComponent ()
 Outline component.
 
DynamicSkin getDynamicSkin ()
 Dynamic skin.
 
ECBehaviorOutline getECBehavior ()
 Behavior.
 
float getIntensity ()
 Outline emissivity intensity.
 
Skin getSkin ()
 Outline skin.
 
float getThickness ()
 Outline emissivity thickness.
 
bool getVisible ()
 Outline is visible.
 
void init (StubElement stub)
 Initialize element from stub.
 
Instance new (ECBehaviorOutline ecbehavior, BehaviorElement element)
 Create element.
 
void readFromFile (PersistencyEnvironment env, FileReader reader)
 Read behavior from file.
 
void removeFromGameWorld ()
 Remove element from game world.
 
void setColor (Color color)
 Set outline color.
 
void setIntensity (float intensity)
 Set outline emissivity intensity.
 
void setSkin (Skin skin)
 Set outline skin.
 
void setThickness (float thickness)
 Set outline emissivity thickness.
 
void setVisible (bool visible)
 Set if outline is visible.
 
void stateChanged ()
 State changed (visble, touchable).
 
void writeToFile (PersistencyEnvironment env, FileWriter writer)
 Write behavior to file.
 
- Public Member Functions inherited from Dragengine.Scenery.DefaultECBehaviorInstance
void attachToParent (Element parent)
 Attach element to object set by the mapper in the IGDE World Editor.
 
void enterFrame ()
 Frame update started.
 
void geometryChanged ()
 Position or orientation changed.
 
BehaviorElement getElement ()
 Behavior element to apply behavior to.
 
int getInstanceIndex ()
 Behavior instance index.
 
DefaultECBehaviorInstance new (BehaviorElement element)
 Create default composeable instance.
 
void postThink (float elapsed)
 Post thinking after physics processing is finished.
 
bool requiresEnterFrame ()
 Behavior instance requires enterFrame() to be called.
 
bool requiresThink ()
 Behavior instance requires think() to be called.
 
void think (float elapsed)
 Think about what to do for the next frame update.
 

Public Attributes

ECComposeBTSM.Instance pBTSMs
 
Color pColor
 
Component pComponent
 
DynamicSkin pDynamicSkin
 
ECBehaviorOutline pECBehavior
 
float pIntensity
 
Skin pSkin
 
float pThickness
 
bool pVisible
 
- Public Attributes inherited from Dragengine.Scenery.DefaultECBehaviorInstance
BehaviorElement pElement
 
int pInstanceIndex
 
bool pRequiresEnterFrame
 
bool pRequiresThink
 

Additional Inherited Members

- Protected Member Functions inherited from Dragengine.Scenery.DefaultECBehaviorInstance
void setRequiresEnterFrame (bool required)
 Set if behavior instance requires enterFrame() to be called.
 
void setRequiresThink (bool required)
 Set if behavior instance requires think() to be called.
 

Detailed Description

Behavior instance.

Member Function Documentation

◆ addToGameWorld()

void Dragengine.Scenery.ECBehaviorOutline.Instance.addToGameWorld ( )

Add element to game world.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ dispose()

void Dragengine.Scenery.ECBehaviorOutline.Instance.dispose ( )

Dispose of behavior instance.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ getColor()

Color Dragengine.Scenery.ECBehaviorOutline.Instance.getColor ( )

Outline color.

◆ getComponent()

Component Dragengine.Scenery.ECBehaviorOutline.Instance.getComponent ( )

Outline component.

◆ getDynamicSkin()

DynamicSkin Dragengine.Scenery.ECBehaviorOutline.Instance.getDynamicSkin ( )

Dynamic skin.

◆ getECBehavior()

ECBehaviorOutline Dragengine.Scenery.ECBehaviorOutline.Instance.getECBehavior ( )

Behavior.

◆ getIntensity()

float Dragengine.Scenery.ECBehaviorOutline.Instance.getIntensity ( )

Outline emissivity intensity.

◆ getSkin()

Skin Dragengine.Scenery.ECBehaviorOutline.Instance.getSkin ( )

Outline skin.

◆ getThickness()

float Dragengine.Scenery.ECBehaviorOutline.Instance.getThickness ( )

Outline emissivity thickness.

◆ getVisible()

bool Dragengine.Scenery.ECBehaviorOutline.Instance.getVisible ( )

Outline is visible.

◆ init()

void Dragengine.Scenery.ECBehaviorOutline.Instance.init ( StubElement  stub)

Initialize element from stub.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ new()

Instance Dragengine.Scenery.ECBehaviorOutline.Instance.new ( ECBehaviorOutline  ecbehavior,
BehaviorElement  element 
)

Create element.

◆ readFromFile()

void Dragengine.Scenery.ECBehaviorOutline.Instance.readFromFile ( PersistencyEnvironment  env,
FileReader  reader 
)

Read behavior from file.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ removeFromGameWorld()

void Dragengine.Scenery.ECBehaviorOutline.Instance.removeFromGameWorld ( )

Remove element from game world.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ setColor()

void Dragengine.Scenery.ECBehaviorOutline.Instance.setColor ( Color  color)

Set outline color.

◆ setIntensity()

void Dragengine.Scenery.ECBehaviorOutline.Instance.setIntensity ( float  intensity)

Set outline emissivity intensity.

◆ setSkin()

void Dragengine.Scenery.ECBehaviorOutline.Instance.setSkin ( Skin  skin)

Set outline skin.

◆ setThickness()

void Dragengine.Scenery.ECBehaviorOutline.Instance.setThickness ( float  thickness)

Set outline emissivity thickness.

◆ setVisible()

void Dragengine.Scenery.ECBehaviorOutline.Instance.setVisible ( bool  visible)

Set if outline is visible.

◆ stateChanged()

void Dragengine.Scenery.ECBehaviorOutline.Instance.stateChanged ( )

State changed (visble, touchable).

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

◆ writeToFile()

void Dragengine.Scenery.ECBehaviorOutline.Instance.writeToFile ( PersistencyEnvironment  env,
FileWriter  writer 
)

Write behavior to file.

Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.

Member Data Documentation

◆ pBTSMs

ECComposeBTSM.Instance Dragengine.Scenery.ECBehaviorOutline.Instance.pBTSMs

◆ pColor

Color Dragengine.Scenery.ECBehaviorOutline.Instance.pColor

◆ pComponent

Component Dragengine.Scenery.ECBehaviorOutline.Instance.pComponent

◆ pDynamicSkin

DynamicSkin Dragengine.Scenery.ECBehaviorOutline.Instance.pDynamicSkin

◆ pECBehavior

ECBehaviorOutline Dragengine.Scenery.ECBehaviorOutline.Instance.pECBehavior

◆ pIntensity

float Dragengine.Scenery.ECBehaviorOutline.Instance.pIntensity

◆ pSkin

Skin Dragengine.Scenery.ECBehaviorOutline.Instance.pSkin

◆ pThickness

float Dragengine.Scenery.ECBehaviorOutline.Instance.pThickness

◆ pVisible

bool Dragengine.Scenery.ECBehaviorOutline.Instance.pVisible

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