Class TMultiTextureNode
Unit
Declaration
type TMultiTextureNode = class(TAbstractTextureNode)
Description
Application of several individual textures on top of each other, used instead of a single texture when desired.
Source: src/scene/x3d/x3dnodes_standard_texturing.inc (line 438).
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractTextureNode
- TMultiTextureNode
Overview
Methods
![]() |
function AlphaChannelData: TAlphaChannel; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: String; override; |
![]() |
procedure SetFunction(const Value: array of string); overload; |
![]() |
procedure SetFunction(const Value: TCastleStringList); overload; |
![]() |
procedure SetMode(const Value: array of string); overload; |
![]() |
procedure SetMode(const Value: TCastleStringList); overload; |
![]() |
procedure SetSource(const Value: array of string); overload; |
![]() |
procedure SetSource(const Value: TCastleStringList); overload; |
![]() |
procedure SetTexture(const Value: array of TAbstractSingleTextureNode); |
Properties
![]() |
property FdAlpha: TSFFloat read FFdAlpha; |
![]() |
property Alpha: Single read GetAlpha write SetAlpha; |
![]() |
property FdColor: TSFColor read FFdColor; |
![]() |
property Color: TCastleColorRGB read GetColor write SetColor; |
![]() |
property FdFunction: TMFString read FFdFunction; |
![]() |
property FdMode: TMFString read FFdMode; |
![]() |
property FdSource: TMFString read FFdSource; |
![]() |
property FdTexture: TMFNode read FFdTexture; |
Description
Methods
![]() |
function AlphaChannelData: TAlphaChannel; override; |
|
This item has no description. Source: src/scene/x3d/x3dnodes_standard_texturing.inc (line 440). | |
![]() |
procedure CreateNode; override; |
|
Create node fields and events. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 33). | |
![]() |
class function ClassX3DType: String; override; |
|
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 34). | |
![]() |
procedure SetFunction(const Value: array of string); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 57). | |
![]() |
procedure SetFunction(const Value: TCastleStringList); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 59). | |
![]() |
procedure SetMode(const Value: array of string); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 65). | |
![]() |
procedure SetMode(const Value: TCastleStringList); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 67). | |
![]() |
procedure SetSource(const Value: array of string); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 73). | |
![]() |
procedure SetSource(const Value: TCastleStringList); overload; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 75). | |
![]() |
procedure SetTexture(const Value: array of TAbstractSingleTextureNode); |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 81). | |
Properties
![]() |
property FdAlpha: TSFFloat read FFdAlpha; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 38). | |
![]() |
property Alpha: Single read GetAlpha write SetAlpha; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 40). | |
![]() |
property FdColor: TSFColor read FFdColor; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 44). | |
![]() |
property Color: TCastleColorRGB read GetColor write SetColor; |
|
This item has no description. Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 50). | |
![]() |
property FdFunction: TMFString read FFdFunction; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 55). | |
![]() |
property FdMode: TMFString read FFdMode; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 63). | |
![]() |
property FdSource: TMFString read FFdSource; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 71). | |
![]() |
property FdTexture: TMFNode read FFdTexture; |
|
Internal wrapper for property Source: src/scene/x3d/auto_generated_node_helpers/x3dnodes_multitexture.inc (line 79). | |
Generated by PasDoc 0.17.0.snapshot.
