Class TMultiTextureNode
Unit
X3DNodes
Declaration
type TMultiTextureNode = class(TAbstractTextureNode)
Description
Application of several individual textures on top of each other, used instead of a single texture when desired.
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
procedure CreateNode; override; | 
| 
 
Create node fields and events. 
 | 
  | 
class function ClassX3DType: String; override; | 
| 
  | 
  | 
procedure SetFunction(const Value: array of string); overload; | 
| 
  | 
  | 
procedure SetMode(const Value: array of string); overload; | 
| 
  | 
  | 
procedure SetSource(const Value: array of string); overload; | 
| 
  | 
Properties
  | 
property FdAlpha: TSFFloat read FFdAlpha; | 
| 
 
Internal wrapper for property Alpha. This wrapper API may change, we advise to access simpler Alpha instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property Alpha: Single read GetAlpha write SetAlpha; | 
| 
  | 
  | 
property FdColor: TSFColor read FFdColor; | 
| 
 
Internal wrapper for property Color. This wrapper API may change, we advise to access simpler Color instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdFunction: TMFString read FFdFunction; | 
| 
 
Internal wrapper for property Function. This wrapper API may change, we advise to access simpler Function instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdMode: TMFString read FFdMode; | 
| 
 
Internal wrapper for property Mode. This wrapper API may change, we advise to access simpler Mode instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdSource: TMFString read FFdSource; | 
| 
 
Internal wrapper for property Source. This wrapper API may change, we advise to access simpler Source instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property FdTexture: TMFNode read FFdTexture; | 
| 
 
Internal wrapper for property Texture. This wrapper API may change, we advise to access simpler Texture instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
Generated by PasDoc 0.16.0.