Class TBackgroundNode
Unit
X3DNodes
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
Properties
Description
Methods
|
procedure CreateNode; override; |
Automatically generated node properties.
Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal
|
|
class function ClassX3DType: string; override; |
|
|
procedure SetBackUrl(const Value: array of string); overload; |
|
|
procedure SetBottomUrl(const Value: array of string); overload; |
|
|
procedure SetFrontUrl(const Value: array of string); overload; |
|
|
procedure SetLeftUrl(const Value: array of string); overload; |
|
|
procedure SetRightUrl(const Value: array of string); overload; |
|
|
procedure SetTopUrl(const Value: array of string); overload; |
|
Properties
|
property FdBackUrl: TMFString read FFdBackUrl; |
Internal wrapper for property BackUrl . This wrapper API may change, we advise to access simpler BackUrl instead.
|
|
property FdBottomUrl: TMFString read FFdBottomUrl; |
Internal wrapper for property BottomUrl . This wrapper API may change, we advise to access simpler BottomUrl instead.
|
|
property FdFrontUrl: TMFString read FFdFrontUrl; |
Internal wrapper for property FrontUrl . This wrapper API may change, we advise to access simpler FrontUrl instead.
|
|
property FdLeftUrl: TMFString read FFdLeftUrl; |
Internal wrapper for property LeftUrl . This wrapper API may change, we advise to access simpler LeftUrl instead.
|
|
property FdRightUrl: TMFString read FFdRightUrl; |
Internal wrapper for property RightUrl . This wrapper API may change, we advise to access simpler RightUrl instead.
|
|
property FdTopUrl: TMFString read FFdTopUrl; |
Internal wrapper for property TopUrl . This wrapper API may change, we advise to access simpler TopUrl instead.
|
Generated by PasDoc 0.16.0.