Class TX3DImport
Unit
Declaration
type TX3DImport = class(TX3DFileItem)
Description
Copyright 2002-2023 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
- TObject
- TPersistent
- TX3DFileItem
- TX3DImport
Overview
Fields
InlineNodeName: string; |
|
ImportedNodeName: string; |
|
ImportedNodeAlias: string; |
Methods
procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
|
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
|
procedure SaveToStream(Writer: TX3DWriter); override; |
|
function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DImport; |
Description
Fields
InlineNodeName: string; |
|
This item has no description. |
ImportedNodeName: string; |
|
This item has no description. |
ImportedNodeAlias: string; |
|
This item has no description. |
Methods
procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
|
This item has no description. |
procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
|
Parse the IMPORT declaration (XML encoding). Given Element here must have TagName = 'IMPORT'. |
procedure SaveToStream(Writer: TX3DWriter); override; |
|
This item has no description. Showing description inherited from TX3DFileItem.SaveToStream. Save to stream. |
function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DImport; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.