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.

Source: scene/x3d/x3dnodes_lightinstance.inc (line 89).

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.

Source: scene/x3d/x3dnodes_lightinstance.inc (line 92).

Public function FindName(NodeName: string): PLightInstance;

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

Source: scene/x3d/x3dnodes_lightinstance.inc (line 94).

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

This item has no description.

Source: scene/x3d/x3dnodes_lightinstance.inc (line 95).


Generated by PasDoc 0.17.0.snapshot.