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; |
|
|
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.
|
|
property FdTitle: TSFString read FFdTitle; |
Internal wrapper for property Title. This wrapper API may change, we advise to access simpler Title instead.
|
|
property Title: String read GetTitle write SetTitle; |
|
Generated by PasDoc 0.16.0.