Class TCastleTransformList
Unit
CastleTransform
Declaration
type TCastleTransformList = class(specialize TObjectList<TCastleTransform>)
Description
List of TCastleTransform instances.
Hierarchy
- TObject
- TList
- TObjectList
- TCastleTransformList
Overview
Methods
Description
Methods
|
procedure Notify(constref AValue: TCastleTransform; ACollectionNotification: TCollectionNotification); override; |
This item has no description. |
|
function RemoveAll(const Item: TCastleTransform): Cardinal; |
Delete all found instances of the given Item. Shifts all other pointers to the left. Returns how many instances were removed (that is, how much Count was decreased).
This does not free the items, unless the list has been created with OwnsObjects = True .
|
Generated by PasDoc 0.16.0-snapshot.