Class TAbstractPickSensorNode
Unit
Declaration
type TAbstractPickSensorNode = class(TAbstractSensorNode)
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
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TAbstractPickSensorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetObjectType(const Value: array of string); overload; |
![]() |
procedure SetObjectType(const Value: TCastleStringList); overload; |
Properties
![]() |
property FdObjectType: TMFString read FFdObjectType; |
![]() |
property FdPickingGeometry: TSFNode read FFdPickingGeometry; |
![]() |
property PickingGeometry: TAbstractGeometryNode read GetPickingGeometry write SetPickingGeometry; |
![]() |
property FdPickTarget: TMFNode read FFdPickTarget; |
![]() |
property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry; |
![]() |
property FdIntersectionType: TSFStringEnum read FFdIntersectionType; |
![]() |
property IntersectionType: TPickSensorIntersectionType read GetIntersectionType write SetIntersectionType; |
![]() |
property FdSortOrder: TSFStringEnum read FFdSortOrder; |
![]() |
property SortOrder: TPickSensorRange read GetSortOrder write SetSortOrder; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetObjectType(const Value: array of string); overload; |
![]() |
procedure SetObjectType(const Value: TCastleStringList); overload; |
Properties
![]() |
property FdObjectType: TMFString read FFdObjectType; |
Internal wrapper for property |
![]() |
property FdPickingGeometry: TSFNode read FFdPickingGeometry; |
Internal wrapper for property PickingGeometry. This wrapper API may change, we advise to access simpler PickingGeometry instead. |
![]() |
property PickingGeometry: TAbstractGeometryNode read GetPickingGeometry write SetPickingGeometry; |
![]() |
property FdPickTarget: TMFNode read FFdPickTarget; |
Internal wrapper for property |
![]() |
property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry; |
![]() |
property FdIntersectionType: TSFStringEnum read FFdIntersectionType; |
Internal wrapper for property IntersectionType. This wrapper API may change, we advise to access simpler IntersectionType instead. |
![]() |
property IntersectionType: TPickSensorIntersectionType read GetIntersectionType write SetIntersectionType; |
![]() |
property FdSortOrder: TSFStringEnum read FFdSortOrder; |
Internal wrapper for property SortOrder. This wrapper API may change, we advise to access simpler SortOrder instead. |
![]() |
property SortOrder: TPickSensorRange read GetSortOrder write SetSortOrder; |
Generated by PasDoc 0.16.0.