Class TAbstractPickSensorNode

Unit

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

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetObjectType(const Value: array of string); overload;
Public procedure SetObjectType(const Value: TCastleStringList); overload;

Properties

Public property FdObjectType: TMFString read FFdObjectType;
Public property FdPickingGeometry: TSFNode read FFdPickingGeometry;
Public property PickingGeometry: TAbstractGeometryNode read GetPickingGeometry write SetPickingGeometry;
Public property FdPickTarget: TMFNode read FFdPickTarget;
Public property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry;
Public property FdIntersectionType: TSFStringEnum read FFdIntersectionType;
Public property IntersectionType: TPickSensorIntersectionType read GetIntersectionType write SetIntersectionType;
Public property FdSortOrder: TSFStringEnum read FFdSortOrder;
Public property SortOrder: TPickSensorRange read GetSortOrder write SetSortOrder;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetObjectType(const Value: array of string); overload;
 
Public procedure SetObjectType(const Value: TCastleStringList); overload;
 

Properties

Public property FdObjectType: TMFString read FFdObjectType;

Internal wrapper for property ObjectType. This wrapper API may change, we advise to access simpler ObjectType instead.

Public property FdPickingGeometry: TSFNode read FFdPickingGeometry;

Internal wrapper for property PickingGeometry. This wrapper API may change, we advise to access simpler PickingGeometry instead.

Public property PickingGeometry: TAbstractGeometryNode read GetPickingGeometry write SetPickingGeometry;
 
Public property FdPickTarget: TMFNode read FFdPickTarget;

Internal wrapper for property PickTarget. This wrapper API may change, we advise to access simpler PickTarget instead.

Public property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry;
 
Public property FdIntersectionType: TSFStringEnum read FFdIntersectionType;

Internal wrapper for property IntersectionType. This wrapper API may change, we advise to access simpler IntersectionType instead.

Public property IntersectionType: TPickSensorIntersectionType read GetIntersectionType write SetIntersectionType;
 
Public property FdSortOrder: TSFStringEnum read FFdSortOrder;

Internal wrapper for property SortOrder. This wrapper API may change, we advise to access simpler SortOrder instead.

Public property SortOrder: TPickSensorRange read GetSortOrder write SetSortOrder;
 

Generated by PasDoc 0.16.0.