Class TCastleTransformList
Unit
Declaration
type TCastleTransformList = class(specialize TObjectList<TCastleTransform>)
Description
List of TCastleTransform instances.
Hierarchy
- TObject
- TList
- TObjectList
- TCastleTransformList
Overview
Methods
procedure Notify(constref AValue: TCastleTransform; ACollectionNotification: TCollectionNotification); override; |
|
function RemoveAll(const Item: TCastleTransform): Cardinal; |
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 = |
Generated by PasDoc 0.16.0-snapshot.