Class TBooleanList
Unit
CastleUtils
Declaration
type TBooleanList = class(specialize TFPGList<boolean>)
Description
Hierarchy
Overview
Methods
Description
Methods
 |
procedure SetFalse(Index: Integer); |
Set appropriate item to given value. These are useful methods to pass as callback in some situations (e.g. TCastleScene.RenderFrustumOctree passes RenderFrustumOctree_Visible.SetTrue method as callback that should mark visible items.)
|
 |
procedure SetTrue(Index: Integer); |
|
 |
procedure AddArray(const A: array of boolean); |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:42
|