Class TShapeList
Unit
CastleShapes
Declaration
type TShapeList = class(specialize TFPGObjectList<TShape>)
Description
Hierarchy
- TFPGObjectList
- TShapeList
Overview
Methods
Description
Methods
 |
constructor Create; |
|
 |
constructor Create(Tree: TShapeTree; const OnlyActive: boolean; const OnlyVisible: boolean = false; const OnlyCollidable: boolean = false); |
Constructor that initializes list contents by traversing given tree.
|
 |
procedure SortFrontToBack(const Position: TVector3Single); |
Sort shapes by distance to given Position point, closest first.
|
 |
procedure SortBackToFront(const Position: TVector3Single); |
Sort shapes by distance to given Position point, farthest first.
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:45
|