Class TLightInstancesList
Unit
Declaration
type TLightInstancesList = class(specialize TStructList<TLightInstance>)
Description
No description available, ancestor TStructList description follows
List of structures. This is just TList class from Generics.Collections, with some useful helpers.
Hierarchy
- TObject
- TList
- TStructList
- TLightInstancesList
Overview
Methods
function IndexOfNode(Node: TAbstractLightNode): integer; |
|
function FindName(NodeName: string): PLightInstance; |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
function IndexOfNode(Node: TAbstractLightNode): integer; |
|
Find given light node. Return -1 if not found. |
function FindName(NodeName: string): PLightInstance; |
|
Find light with given node name. Return |
function Equals(SecondValue: TObject): boolean; override; |
|
Generated by PasDoc 0.16.0.