Drag[en]gine Script Module DragonScript 1.23
Loading...
Searching...
No Matches
Dragengine.Scenery.ElementConvoCoordSystem Class Reference

Coordinate system for use in conversation relative to an element. More...

Inheritance diagram for Dragengine.Scenery.ElementConvoCoordSystem:

Public Member Functions

void dispose ()
 Dispose of the coordinate system breaking cyclic references.
 
Element getElement ()
 Element to use.
 
DMatrix getMatrix ()
 Coordinate system matrix.
 
ElementConvoCoordSystem new (ElementConvoCoordSystem coordSystem)
 Create copy of conversation coordinate system.
 
ElementConvoCoordSystem new (StringID id, DMatrix localMatrix, Element element)
 Create conversation coordinate system.
 
ElementConvoCoordSystem new (StringID id, Element element)
 Create conversation coordinate system.
 

Detailed Description

Coordinate system for use in conversation relative to an element.

Returns a coordinate system matrix for conversation targets. In contrary to conversation actors coordinate system objects can be added to multiple conversation playback objects at the same time. Conversation coordinate systems can be static or dynamic. This class places the coordinate system relative to the coordinate system of an element.

Note
The element is not persisted since it is set only during construction time.

Member Function Documentation

◆ dispose()

void Dragengine.Scenery.ElementConvoCoordSystem.dispose ( )

Dispose of the coordinate system breaking cyclic references.

◆ getElement()

Element Dragengine.Scenery.ElementConvoCoordSystem.getElement ( )

Element to use.

◆ getMatrix()

DMatrix Dragengine.Scenery.ElementConvoCoordSystem.getMatrix ( )

Coordinate system matrix.

◆ new() [1/3]

ElementConvoCoordSystem Dragengine.Scenery.ElementConvoCoordSystem.new ( ElementConvoCoordSystem  coordSystem)

Create copy of conversation coordinate system.

◆ new() [2/3]

ElementConvoCoordSystem Dragengine.Scenery.ElementConvoCoordSystem.new ( StringID  id,
DMatrix  localMatrix,
Element  element 
)

Create conversation coordinate system.

◆ new() [3/3]

ElementConvoCoordSystem Dragengine.Scenery.ElementConvoCoordSystem.new ( StringID  id,
Element  element 
)

Create conversation coordinate system.


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