Class TBlendModeNode
Unit
X3DNodes
Declaration
type TBlendModeNode = class(TAbstractAppearanceChildNode)
Description
Customize blending (partial transparency) mode. See https://castle-engine.io/x3d_extensions.php#section_ext_blending .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdSrcFactor: TSFStringEnum read FFdSrcFactor; |
Internal wrapper for property SrcFactor . This wrapper API may change, we advise to access simpler SrcFactor instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdDestFactor: TSFStringEnum read FFdDestFactor; |
Internal wrapper for property DestFactor . This wrapper API may change, we advise to access simpler DestFactor instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
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 FdColorTransparency: TSFFloat read FFdColorTransparency; |
Internal wrapper for property ColorTransparency . This wrapper API may change, we advise to access simpler ColorTransparency instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property ColorTransparency: Single read GetColorTransparency write SetColorTransparency; |
|
Generated by PasDoc 0.16.0.