Class TTransformSensorNode
Unit
X3DNodes
Declaration
type TTransformSensorNode = class(TAbstractEnvironmentalSensorNode)
Description
Generates events when the target object enters, exits, and moves within a region of 3D space. Not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdTargetObject: TSFNode read FFdTargetObject; |
|
 |
property EventOrientation_changed: TSFRotationEvent read FEventOrientation_changed; |
|
 |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
|
Generated by PasDoc 0.15.0.
|