Drag[en]gine Script Module DragonScript  1.23
Dragengine.Utils.BoxAreaList Class Reference

List of box areas. More...

Inheritance diagram for Dragengine.Utils.BoxAreaList:

Public Member Functions

void add (BoxArea boxArea)
 Add box area. More...
 
void forEach (Block ablock)
 Visit box areas with block with parameter BoxArea. More...
 
BoxArea getAt (int index)
 Box area at index. More...
 
int getCount ()
 Number of box areas. More...
 
BoxAreaList new ()
 Create box area list. More...
 
BoxAreaList new (BoxAreaList copy)
 Create copy of box area list. More...
 
void remove (BoxArea boxArea)
 Remove box area. More...
 
void removeAll ()
 Remove all box areas. More...
 

Detailed Description

List of box areas.

Member Function Documentation

◆ add()

void Dragengine.Utils.BoxAreaList.add ( BoxArea  boxArea)

Add box area.

◆ forEach()

void Dragengine.Utils.BoxAreaList.forEach ( Block  ablock)

Visit box areas with block with parameter BoxArea.

◆ getAt()

BoxArea Dragengine.Utils.BoxAreaList.getAt ( int  index)

Box area at index.

◆ getCount()

int Dragengine.Utils.BoxAreaList.getCount ( )

Number of box areas.

◆ new() [1/2]

BoxAreaList Dragengine.Utils.BoxAreaList.new ( )

Create box area list.

◆ new() [2/2]

BoxAreaList Dragengine.Utils.BoxAreaList.new ( BoxAreaList  copy)

Create copy of box area list.

◆ remove()

void Dragengine.Utils.BoxAreaList.remove ( BoxArea  boxArea)

Remove box area.

◆ removeAll()

void Dragengine.Utils.BoxAreaList.removeAll ( )

Remove all box areas.


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