Class TX3DImport
Unit
X3DNodes
Declaration
type TX3DImport = class(TX3DFileItem)
Description
Copyright 2002-2022 Michalis Kamburelis.
This file is part of "Castle Game Engine".
"Castle Game Engine" is free software; see the file COPYING.txt, included in this distribution, for details about the copyright.
"Castle Game Engine" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
—————————————————————————-
Hierarchy
Overview
Fields
Methods
Description
Fields
|
InlineNodeName: string; |
|
|
ImportedNodeName: string; |
|
|
ImportedNodeAlias: string; |
|
Methods
|
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
Parse the IMPORT declaration (XML encoding). Given Element here must have TagName = 'IMPORT'.
|
|
procedure SaveToStream(Writer: TX3DWriter); override; |
|
Generated by PasDoc 0.16.0.