Class TBackgroundNode
Unit
X3DNodes
Declaration
type TBackgroundNode = class(TAbstractBackgroundNode)
Description
no description available, TAbstractBackgroundNode description follows no description available, TAbstractBindableNode description follows no description available, TAbstractChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
destructor Destroy; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
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; |
|
 |
property BgImages: TBackgroundImages read GetBgImages; |
Pierwsze uzycie BgImages (albo pierwsze uzycie BgImages po Parse) automatycznie zaladuje obrazki z URLi BackUrl/BottomUrl itd. Obrazki dla ktorych zaden osiagalny URL nie byl podany zostana ustawione na ImageNone.
Images may have classes allowed by LoadTextureImage.
Obrazki beda zawsze odpowiadaly URLom w polach Fd*Url - dlatego po zrobieniu Parse na tym obiekcie nastepne wywolanie BgImages bedzie ladowalo je od nowa.
|
 |
property BgImagesLoaded: boolean read FBgImagesLoaded
write SetBgImagesLoaded; |
Czy obrazki juz sa zaladowane ? W zasadzie ta funkcja nigdy nie powinna ci byc potrzebna skoro cale ladowanie / zwalnianie obrazkow jest robione automatycznie. Ale moze ci przydac : ona mowi czy najblizsze wywolanie BgImages wywola ReloadBgImages czy nie.
You can set this to True to force loading of images now, and you can set to this to False to force release of background images now. In normal circumstances, you don't need it — BgImages are automatically loaded on first use, and are automatically freed when necessary.
If you're sure you want to reload the background images (e.g. when you suspect that images on the disk changed), you may force reload by setting this to False and then to True again.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:55
|