Class TEffectPartNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TEffectPartNode = class(TAbstractNode, IAbstractUrlObject)

Description

Part of a shader effect, used with TEffectNode. See http://castle-engine.sourceforge.net/compositing_shaders.php .

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public function Contents: string;

Properties

Public property FdType: TSFStringEnum read FFdType;
Public property ShaderType: TShaderType read GetShaderType write SetShaderType;
Public property FdUrl: TMFString read FFdUrl;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public function Contents: string;

Load shader code from node's URLs. In X3D XML encoding, also loads node's XML CDATA as a last resort. Will return '' if no valid URLs are present, loading errors are reported to WritelnWarning.

Properties

Public property FdType: TSFStringEnum read FFdType;
 
Public property ShaderType: TShaderType read GetShaderType write SetShaderType;

Shader type.

Public property FdUrl: TMFString read FFdUrl;
 

Generated by PasDoc 0.14.0.