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

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.

Source: scene/x3d/x3dnodes_importexport.inc (line 21).

Public ImportedNodeName: string;

This item has no description.

Source: scene/x3d/x3dnodes_importexport.inc (line 21).

Public ImportedNodeAlias: string;

This item has no description.

Source: scene/x3d/x3dnodes_importexport.inc (line 21).

Methods

Public procedure Parse(Lexer: TX3DLexer; Reader: TX3DReaderNames);

This item has no description.

Source: scene/x3d/x3dnodes_importexport.inc (line 23).

Public procedure ParseXML(Element: TDOMElement; Reader: TX3DReaderNames);

Parse the IMPORT declaration (XML encoding). Given Element here must have TagName = 'IMPORT'.

Source: scene/x3d/x3dnodes_importexport.inc (line 27).

Public procedure SaveToStream(Writer: TX3DWriter); override;

This item has no description. Showing description inherited from TX3DFileItem.SaveToStream.

Save to stream.

Source: scene/x3d/x3dnodes_importexport.inc (line 29).

Public function DeepCopy(const CopyState: TX3DNodeDeepCopyState): TX3DImport;

This item has no description.

Source: scene/x3d/x3dnodes_importexport.inc (line 30).


Generated by PasDoc 0.17.0.snapshot.