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

Overview

Methods

Public function IndexOfNode(Node: TAbstractLightNode): integer;
Public function FindName(NodeName: string): PLightInstance;
Public function Equals(SecondValue: TObject): boolean; override;

Description

Methods

Public function IndexOfNode(Node: TAbstractLightNode): integer;

Find given light node. Return -1 if not found.

Public function FindName(NodeName: string): PLightInstance;

Find light with given node name. Return Nil if not found.

Public function Equals(SecondValue: TObject): boolean; override;
 

Generated by PasDoc 0.16.0.