Class TBackgroundNode

Unit

Declaration

type TBackgroundNode = class(TAbstract3DBackgroundNode)

Description

3D background of a scene, comprised of sky and ground colors (gradients) and optional six textures (skybox).

Hierarchy

Overview

Methods

Public function Texture(const Side: TBackgroundSide): TAbstractTextureNode; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;
Public procedure SetBackUrl(const Value: array of string); overload;
Public procedure SetBackUrl(const Value: TCastleStringList); overload;
Public procedure SetBottomUrl(const Value: array of string); overload;
Public procedure SetBottomUrl(const Value: TCastleStringList); overload;
Public procedure SetFrontUrl(const Value: array of string); overload;
Public procedure SetFrontUrl(const Value: TCastleStringList); overload;
Public procedure SetLeftUrl(const Value: array of string); overload;
Public procedure SetLeftUrl(const Value: TCastleStringList); overload;
Public procedure SetRightUrl(const Value: array of string); overload;
Public procedure SetRightUrl(const Value: TCastleStringList); overload;
Public procedure SetTopUrl(const Value: array of string); overload;
Public procedure SetTopUrl(const Value: TCastleStringList); overload;

Properties

Public property FdBackUrl: TMFString read FFdBackUrl;
Public property FdBottomUrl: TMFString read FFdBottomUrl;
Public property FdFrontUrl: TMFString read FFdFrontUrl;
Public property FdLeftUrl: TMFString read FFdLeftUrl;
Public property FdRightUrl: TMFString read FFdRightUrl;
Public property FdTopUrl: TMFString read FFdTopUrl;

Description

Methods

Public function Texture(const Side: TBackgroundSide): TAbstractTextureNode; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 
Public procedure SetBackUrl(const Value: array of string); overload;
 
Public procedure SetBackUrl(const Value: TCastleStringList); overload;
 
Public procedure SetBottomUrl(const Value: array of string); overload;
 
Public procedure SetBottomUrl(const Value: TCastleStringList); overload;
 
Public procedure SetFrontUrl(const Value: array of string); overload;
 
Public procedure SetFrontUrl(const Value: TCastleStringList); overload;
 
Public procedure SetLeftUrl(const Value: array of string); overload;
 
Public procedure SetLeftUrl(const Value: TCastleStringList); overload;
 
Public procedure SetRightUrl(const Value: array of string); overload;
 
Public procedure SetRightUrl(const Value: TCastleStringList); overload;
 
Public procedure SetTopUrl(const Value: array of string); overload;
 
Public procedure SetTopUrl(const Value: TCastleStringList); overload;
 

Properties

Public property FdBackUrl: TMFString read FFdBackUrl;

Internal wrapper for property BackUrl. This wrapper API may change, we advise to access simpler BackUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdBottomUrl: TMFString read FFdBottomUrl;

Internal wrapper for property BottomUrl. This wrapper API may change, we advise to access simpler BottomUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdFrontUrl: TMFString read FFdFrontUrl;

Internal wrapper for property FrontUrl. This wrapper API may change, we advise to access simpler FrontUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdLeftUrl: TMFString read FFdLeftUrl;

Internal wrapper for property LeftUrl. This wrapper API may change, we advise to access simpler LeftUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdRightUrl: TMFString read FFdRightUrl;

Internal wrapper for property RightUrl. This wrapper API may change, we advise to access simpler RightUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property FdTopUrl: TMFString read FFdTopUrl;

Internal wrapper for property TopUrl. This wrapper API may change, we advise to access simpler TopUrl instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).


Generated by PasDoc 0.16.0.