Class TAbstractSingleTextureNode
Unit
X3DNodes
Declaration
type TAbstractSingleTextureNode = class(TAbstractTextureNode)
Description
Base for all nodes which specify a texture, but not multi-texture.
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
procedure CreateNode; override; | 
| 
 
Create node fields and events. 
 | 
  | 
class function ClassX3DType: String; override; | 
| 
  | 
  | 
procedure SetEffects(const Value: array of TEffectNode); | 
| 
  | 
Properties
  | 
property FdDescription: TSFString read FFdDescription; | 
| 
 
Internal wrapper for property Description. This wrapper API may change, we advise to access simpler Description instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property Description: String read GetDescription write SetDescription; | 
| 
  | 
  | 
property FdEffects: TMFNode read FFdEffects; | 
| 
 
Internal wrapper for property Effects. This wrapper API may change, we advise to access simpler Effects instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdCrossOrigin: TSFString read FFdCrossOrigin; | 
| 
 
Internal wrapper for property CrossOrigin. This wrapper API may change, we advise to access simpler CrossOrigin instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property CrossOrigin: String read GetCrossOrigin write SetCrossOrigin; | 
| 
 
X3DOM extension, not implemented in CGE. 
 | 
  | 
property FdAlphaChannel: TSFStringEnum read FFdAlphaChannel; | 
| 
 
Internal wrapper for property AlphaChannel. This wrapper API may change, we advise to access simpler AlphaChannel instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
Generated by PasDoc 0.16.0.