Class TAbstractSingleTextureNode
Unit
Declaration
type TAbstractSingleTextureNode = class(TAbstractTextureNode)
Description
Base for all nodes which specify a texture, but not multi-texture.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TAbstractTextureNode
- TAbstractSingleTextureNode
Overview
Methods
function AlphaChannelFinal: TAlphaChannel; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetEffects(const Value: array of TEffectNode); |
Properties
property FdEffects: TMFNode read FFdEffects; |
|
property FdCrossOrigin: TSFString read FFdCrossOrigin; |
|
property CrossOrigin: String read GetCrossOrigin write SetCrossOrigin; |
|
property FdAlphaChannel: TSFStringEnum read FFdAlphaChannel; |
|
property AlphaChannel: TAutoAlphaChannel read GetAlphaChannel write SetAlphaChannel; |
Description
Methods
function AlphaChannelFinal: TAlphaChannel; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetEffects(const Value: array of TEffectNode); |
|
Properties
property FdEffects: TMFNode read FFdEffects; |
|
Internal wrapper for property |
property FdCrossOrigin: TSFString read FFdCrossOrigin; |
|
Internal wrapper for property CrossOrigin. This wrapper API may change, we advise to access simpler CrossOrigin instead. |
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. |
property AlphaChannel: TAutoAlphaChannel read GetAlphaChannel write SetAlphaChannel; |
|
Generated by PasDoc 0.16.0.