Class TBackgroundNode
Unit
X3DNodes
Declaration
type TBackgroundNode = class(TAbstractBackgroundNode)
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; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetBackUrl(const Value: array of string); |
Automatically generated node properties.
Do not edit this file manually! To add new properties: - add them to the text files in nodes_specification/components/ , - and regenerate include files by running nodes_specification/x3d-nodes-to-pascal/x3d-nodes-to-pascal.lpr .
The documentation for properties should go to x3dnodes_documentation.txt .
|
 |
procedure SetBottomUrl(const Value: array of string); |
|
 |
procedure SetFrontUrl(const Value: array of string); |
|
 |
procedure SetLeftUrl(const Value: array of string); |
|
 |
procedure SetRightUrl(const Value: array of string); |
|
 |
procedure SetTopUrl(const Value: array of string); |
|
Properties
 |
property FdBackUrl: TMFString read FFdBackUrl; |
|
 |
property FdBottomUrl: TMFString read FFdBottomUrl; |
|
 |
property FdFrontUrl: TMFString read FFdFrontUrl; |
|
 |
property FdLeftUrl: TMFString read FFdLeftUrl; |
|
 |
property FdRightUrl: TMFString read FFdRightUrl; |
|
Generated by PasDoc 0.15.0.
|