Class TShapeList
Unit
Declaration
type TShapeList = class(specialize TObjectList<TShape>)
Description
This item has no description.
Hierarchy
- TObject
- TList
- TObjectList
- TShapeList
Overview
Methods
constructor Create; overload; |
|
constructor Create(const Tree: TShapeTree; const OnlyActive: boolean; const OnlyVisible: boolean = false; const OnlyCollidable: boolean = false); overload; deprecated 'use Tree.TraverseList(...)'; |
Description
Methods
constructor Create; overload; |
|
This item has no description. |
constructor Create(const Tree: TShapeTree; const OnlyActive: boolean; const OnlyVisible: boolean = false; const OnlyCollidable: boolean = false); overload; deprecated 'use Tree.TraverseList(...)'; |
|
Warning: this symbol is deprecated: use Tree.TraverseList(...) Constructor that initializes list contents by traversing given tree. |
Generated by PasDoc 0.16.0-snapshot.