Class TVector3IntegerList
Unit
Declaration
type TVector3IntegerList = class(specialize TStructList<TVector3Integer>)
Description
List of TVector3Integer. Note that the notification mechanism (OnNotify) is broken here by routines like AddRange and AddSubRange (for maximum speed).
Source: base/castlevectors_lists.inc (line 105).
Hierarchy
- TObject
- TList
- TStructList
- TVector3IntegerList
Overview
Methods
| Public | procedure AddRange(const Source: TVector3IntegerList); |
| Public | procedure AddSubRange(const Source: TVector3IntegerList; const Index, AddCount: Integer); |
| Public | procedure AddListRange(const Source: TVector3IntegerList; const Index, AddCount: Integer); deprecated 'use AddSubRange'; |
| Public | function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
| Public | procedure AddRange(const Source: TVector3IntegerList); |
|
This item has no description. | |
| Public | procedure AddSubRange(const Source: TVector3IntegerList; const Index, AddCount: Integer); |
|
This item has no description. | |
| Public | procedure AddListRange(const Source: TVector3IntegerList; const Index, AddCount: Integer); deprecated 'use AddSubRange'; |
|
Warning: this symbol is deprecated: use AddSubRange This item has no description. | |
| Public | function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. | |
Generated by PasDoc 0.17.0.snapshot.