Class TAbstractPickSensorNode
Unit
Declaration
type TAbstractPickSensorNode = class(TAbstractSensorNode)
Description
This item has no description. Showing description inherited from TAbstractSensorNode.
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; |
This item has no description. Showing description inherited from TAbstractChildNode.CreateNode. Automatically generated node properties. Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
![]() |
procedure SetObjectType(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetObjectType(const Value: TCastleStringList); overload; |
This item has no description. |
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; |
This item has no description. |
![]() |
property FdPickTarget: TMFNode read FFdPickTarget; |
Internal wrapper for property |
![]() |
property EventPickedGeometry: TMFNodeEvent read FEventPickedGeometry; |
This item has no description. |
![]() |
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; |
This item has no description. |
![]() |
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; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.