Class TAbstractSensorNode
Unit
X3DNodes
Declaration
type TAbstractSensorNode = class(TAbstractChildNode)
Description
Base abstract class for most (but not all) sensors. We may introduce TSensorFunctionality in the future if it will be necessary, to express X3DSensorNode exactly.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.
|
|
property Enabled: Boolean read GetEnabled write SetEnabled; |
|
Generated by PasDoc 0.16.0.