Class TCastleTransformList
Unit
Declaration
type TCastleTransformList = class(TCastleObjectList)
Description
List of TCastleTransform instances. This inherits from TCastleObjectList, getting many features like TList notification mechanism.
Hierarchy
- TObject
- TList
- TObjectList
- TCastleObjectList
- TCastleTransformList
Overview
Methods
![]() |
procedure Notify(Ptr: Pointer; Action: TListNotification); override; |
![]() |
function First: TCastleTransform; |
![]() |
function Last: TCastleTransform; |
Properties
![]() |
property Items[constI:Integer]: TCastleTransform read GetItem write SetItem; |
Description
Methods
![]() |
procedure Notify(Ptr: Pointer; Action: TListNotification); override; |
![]() |
function First: TCastleTransform; |
![]() |
function Last: TCastleTransform; |
Properties
![]() |
property Items[constI:Integer]: TCastleTransform read GetItem write SetItem; |
Generated by PasDoc 0.16.0.