Class TLightInstancesList

Unit

Declaration

type TLightInstancesList = class(specialize TStructList<TLightInstance>)

Description

This item has no description. Showing description inherited from TStructList.

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;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.