Class TWorldInfoNode
Unit
X3DNodes
Declaration
type TWorldInfoNode = class(TAbstractInfoNode)
Description
Information about the world. This node is strictly for documentation purposes and has no effect on the visual appearance or behaviour of the world.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetInfo(const Value: array of string); |
|
Properties
 |
property Title: string read GetTitle write SetTitle; |
|
Generated by PasDoc 0.15.0.
|