Class TScriptNode
Unit
X3DNodes
Declaration
type TScriptNode = class(TAbstractScriptNode)
Description
Program behaviour in a scene using scripts.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdDirectOutput: TSFBool read FFdDirectOutput; |
|
 |
property FdMustEvaluate: TSFBool read FFdMustEvaluate; |
|
 |
property DirectOutput: boolean read GetDirectOutput write SetDirectOutput; |
|
 |
property MustEvaluate: boolean read GetMustEvaluate write SetMustEvaluate; |
|
Generated by PasDoc 0.15.0.
|