Class TScriptNode
Unit
X3DNodes
Declaration
type TScriptNode = class(TAbstractScriptNode)
Description
Program behavior in a scene using scripts.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdDirectOutput: TSFBool read FFdDirectOutput; |
Internal wrapper for property DirectOutput. This wrapper API may change, we advise to access simpler DirectOutput instead.
|
|
property DirectOutput: Boolean read GetDirectOutput write SetDirectOutput; |
|
|
property FdMustEvaluate: TSFBool read FFdMustEvaluate; |
Internal wrapper for property MustEvaluate. This wrapper API may change, we advise to access simpler MustEvaluate instead.
|
|
property MustEvaluate: Boolean read GetMustEvaluate write SetMustEvaluate; |
|
Generated by PasDoc 0.16.0.