Class TAbstractPickSensorNode
Unit
X3DNodes
Declaration
type TAbstractPickSensorNode = class(TAbstractSensorNode)
Description
No description available, ancestor TAbstractSensorNode description follows
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; |
|
|
procedure SetObjectType(const Value: array of string); overload; |
|
Properties
|
property FdObjectType: TMFString read FFdObjectType; |
Internal wrapper for property ObjectType . This wrapper API may change, we advise to access simpler ObjectType instead.
|
|
property FdPickingGeometry: TSFNode read FFdPickingGeometry; |
Internal wrapper for property PickingGeometry. This wrapper API may change, we advise to access simpler PickingGeometry instead.
|
|
property FdPickTarget: TMFNode read FFdPickTarget; |
Internal wrapper for property PickTarget . This wrapper API may change, we advise to access simpler PickTarget instead.
|
|
property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry; |
|
|
property FdSortOrder: TSFStringEnum read FFdSortOrder; |
Internal wrapper for property SortOrder. This wrapper API may change, we advise to access simpler SortOrder instead.
|
Generated by PasDoc 0.16.0.