Class TShaderProgramNode

Unit

Declaration

type TShaderProgramNode = class(TAbstractNode)

Description

Self-container shader part used with TProgramShaderNode, for example with Microsoft HLSL shader language. Not implemented.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetUrl(const Value: array of string); overload;
Public procedure SetUrl(const Value: TCastleStringList); overload;

Properties

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

Description

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetUrl(const Value: array of string); overload;
 
Public procedure SetUrl(const Value: TCastleStringList); overload;
 

Properties

Public property FdUrl: TMFString read FFdUrl;

Internal wrapper for property Url. This wrapper API may change, we advise to access simpler Url instead.

Public property FdType: TSFStringEnum read FFdType;

Internal wrapper for property ShaderType. This wrapper API may change, we advise to access simpler ShaderType instead.

Public property ShaderType: TShaderType read GetShaderType write SetShaderType;
 

Generated by PasDoc 0.16.0.