Class TGeoTouchSensorNode
Unit
X3DNodes
Declaration
type TGeoTouchSensorNode = class(TAbstractTouchSensorNode)
Description
no description available, TAbstractTouchSensorNode description follows no description available, TAbstractPointingDeviceSensorNode description follows no description available, TAbstractSensorNode description follows no description available, TAbstractChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventHitNormal_changed: TX3DEvent read FEventHitNormal_changed; |
|
 |
property EventHitPoint_changed: TX3DEvent read FEventHitPoint_changed; |
|
 |
property EventHitTexCoord_changed: TX3DEvent read FEventHitTexCoord_changed; |
|
 |
property EventHitGeoCoord_changed: TX3DEvent read FEventHitGeoCoord_changed; |
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:55
|