Class TX3DNodeList
Unit
X3DNodes
Declaration
type TX3DNodeList = class(specialize TFPGObjectList<TX3DNode>)
Description
Hierarchy
- TFPGObjectList
- TX3DNodeList
Overview
Methods
Description
Methods
 |
function IndexOfName(const Name: string): Integer; |
Find index of a node with given name, -1 if not found.
|
 |
procedure AddIfNotExists(const Node: TX3DNode); |
|
 |
function Equals(SecondValue: TObject): boolean; override; |
|
Generated by PasDoc 0.14.0.
|