Class TWorldInfoNode
Unit
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
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInfoNode
- TWorldInfoNode
Overview
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInfo(const Value: array of string); |
![]() |
procedure SetInfo(const Value: TCastleStringList); |
Properties
![]() |
property FdInfo: TMFString read FFdInfo; |
![]() |
property FdTitle: TSFString read FFdTitle; |
![]() |
property Title: String read GetTitle write SetTitle; |
Description
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetInfo(const Value: array of string); |
![]() |
procedure SetInfo(const Value: TCastleStringList); |
Properties
![]() |
property FdInfo: TMFString read FFdInfo; |
![]() |
property FdTitle: TSFString read FFdTitle; |
![]() |
property Title: String read GetTitle write SetTitle; |
Generated by PasDoc 0.16.0.
