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; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetFunction(const Value: array of string); |
|
 |
procedure SetMode(const Value: array of string); |
|
 |
procedure SetSource(const Value: array of string); |
|
Properties
 |
property FdAlpha: TSFFloat read FFdAlpha; |
|
 |
property FdColor: TSFColor read FFdColor; |
|
 |
property FdFunction: TMFString read FFdFunction; |
|
 |
property FdTexture: TMFNode read FFdTexture; |
|
 |
property Alpha: Single read GetAlpha write SetAlpha; |
|
Generated by PasDoc 0.15.0.
|