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.
—————————————————————————-
Source: scene/x3d/x3dnodes_importexport.inc (line 19).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DImport
Overview
Fields
| Public | InlineNodeName: string; |
| Public | ImportedNodeName: string; |
| Public | ImportedNodeAlias: string; |
Methods
| Public | procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
| Public | procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
| Public | procedure SaveToStream(Writer: TX3DWriter); override; |
| Public | function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DImport; |
Description
Fields
| Public | InlineNodeName: string; |
|
This item has no description. | |
| Public | ImportedNodeName: string; |
|
This item has no description. | |
| Public | ImportedNodeAlias: string; |
|
This item has no description. | |
Methods
| Public | procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames); |
|
This item has no description. | |
| Public | procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames); |
|
Parse the IMPORT declaration (XML encoding). Given Element here must have TagName = 'IMPORT'. | |
| Public | procedure SaveToStream(Writer: TX3DWriter); override; |
|
This item has no description. Showing description inherited from TX3DFileItem.SaveToStream. Save to stream. | |
| Public | function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DImport; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.