Class TBooleanFilterNode
Unit
X3DNodes
Declaration
type TBooleanFilterNode = class(TAbstractChildNode)
Description
Filters boolean events, allowing for selective routing of TRUE or FALSE values and negation.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventSet_boolean: TSFBoolEvent read FEventSet_boolean; |
|
 |
property EventInputFalse: TSFBoolEvent read FEventInputFalse; |
|
 |
property EventInputNegate: TSFBoolEvent read FEventInputNegate; |
|
Generated by PasDoc 0.15.0.
|