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

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;

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

Public 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.

Public procedure SetObjectType(const Value: array of string); overload;

This item has no description.

Public procedure SetObjectType(const Value: TCastleStringList); overload;

This item has no description.

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;

This item has no description.

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;

This item has no description.

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;

This item has no description.

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;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.