Class TAbstractEnvironmentalSensorNode
Unit
Declaration
type TAbstractEnvironmentalSensorNode = class(TAbstractSensorNode)
Description
Base type for all the environmental sensor nodes.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TAbstractEnvironmentalSensorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
![]() |
property FdSize: TSFVec3f read FFdSize; |
![]() |
property EventEnterTime: TSFTimeEvent read FEventEnterTime; |
![]() |
property EventExitTime: TSFTimeEvent read FEventExitTime; |
![]() |
property Center: TVector3 read GetCenter write SetCenter; |
![]() |
property Size: TVector3 read GetSize write SetSize; |
Description
Methods
![]() |
procedure CreateNode; override; |
Properties
![]() |
property FdCenter: TSFVec3f read FFdCenter; |
![]() |
property FdSize: TSFVec3f read FFdSize; |
![]() |
property EventEnterTime: TSFTimeEvent read FEventEnterTime; |
![]() |
property EventExitTime: TSFTimeEvent read FEventExitTime; |
![]() |
property Center: TVector3 read GetCenter write SetCenter; |
![]() |
property Size: TVector3 read GetSize write SetSize; |
Generated by PasDoc 0.16.0.
