Class TGeoProximitySensorNode
Unit
Declaration
type TGeoProximitySensorNode = class(TAbstractEnvironmentalSensorNode)
Description
No description available, ancestor TAbstractEnvironmentalSensorNode description follows
Base type for all the environmental sensor nodes.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TAbstractEnvironmentalSensorNode
- TGeoProximitySensorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
![]() |
property EventCenterOfRotation_changed: TSFVec3fEvent read FEventCenterOfRotation_changed; |
![]() |
property EventGeoCoord_changed: TSFVec3dEvent read FEventGeoCoord_changed; |
![]() |
property EventOrientation_changed: TSFRotationEvent read FEventOrientation_changed; |
![]() |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
![]() |
property EventCenterOfRotation_changed: TSFVec3fEvent read FEventCenterOfRotation_changed; |
![]() |
property EventGeoCoord_changed: TSFVec3dEvent read FEventGeoCoord_changed; |
![]() |
property EventOrientation_changed: TSFRotationEvent read FEventOrientation_changed; |
![]() |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Generated by PasDoc 0.16.0.
