Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
X3DNodes
type TAbstractEnvironmentalSensorNode = class(TAbstractSensorNode)
Base type for all the environmental sensor nodes.
procedure CreateNode; override;
property FdCenter: TSFVec3f read FFdCenter;
property FdSize: TSFVec3f read FFdSize;
property EventEnterTime: TSFTimeEvent read FEventEnterTime;
property EventExitTime: TSFTimeEvent read FEventExitTime;
property Center: TVector3Single read GetCenter write SetCenter;
property Size: TVector3Single read GetSize write SetSize;