Class TScreenEffectNode

Unit

Declaration

type TScreenEffectNode = class(TAbstractChildNode)

Description

Screen-space shader effect. See https://castle-engine.io/x3d_extensions_screen_effects.php .

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public procedure InternalRendererResourceFree;
Public destructor Destroy; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;
Public procedure SetShaders(const Value: array of TAbstractShaderNode);

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property FdNeedsDepth: TSFBool read FFdNeedsDepth;
Public property NeedsDepth: Boolean read GetNeedsDepth write SetNeedsDepth;
Public property FdShaders: TMFNode read FFdShaders;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public procedure InternalRendererResourceFree;

Free InternalRendererResource, if any.

Public destructor Destroy; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 
Public procedure SetShaders(const Value: array of TAbstractShaderNode);
 

Properties

Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property FdNeedsDepth: TSFBool read FFdNeedsDepth;

Internal wrapper for property NeedsDepth. This wrapper API may change, we advise to access simpler NeedsDepth instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property NeedsDepth: Boolean read GetNeedsDepth write SetNeedsDepth;
 
Public property FdShaders: TMFNode read FFdShaders;

Internal wrapper for property Shaders. This wrapper API may change, we advise to access simpler Shaders instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).


Generated by PasDoc 0.16.0.