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 behavior of the world.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetInfo(const Value: array of string); overload; |
|
Properties
 |
property FdInfo: TMFString read FFdInfo; |
Internal wrapper for property Info . This wrapper API may change, we advise to access simpler Info instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdTitle: TSFString read FFdTitle; |
Internal wrapper for property Title . This wrapper API may change, we advise to access simpler Title instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Title: String read GetTitle write SetTitle; |
|
Generated by PasDoc 0.16.0.