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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetInfo(const Value: array of string); overload;
Public procedure SetInfo(const Value: TCastleStringList); overload;

Properties

Public property FdInfo: TMFString read FFdInfo;
Public property FdTitle: TSFString read FFdTitle;
Public property Title: String read GetTitle write SetTitle;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetInfo(const Value: array of string); overload;
 
Public procedure SetInfo(const Value: TCastleStringList); overload;
 

Properties

Public property FdInfo: TMFString read FFdInfo;

Internal wrapper for property Info. This wrapper API may change, we advise to access simpler Info instead.

Public property FdTitle: TSFString read FFdTitle;

Internal wrapper for property Title. This wrapper API may change, we advise to access simpler Title instead.

Public property Title: String read GetTitle write SetTitle;
 

Generated by PasDoc 0.16.0.