Class TPlaneSensorNode
Unit
X3DNodes
Declaration
type TPlaneSensorNode = class(TAbstractDragSensorNode)
Description
Pointing device sensor to move objects on a plane.
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
procedure Activate(const Time: TX3DTime; const ATransform, AInvertedTransform: TMatrix4; const OverPoint: TVector3); override; | 
| 
  | 
  | 
procedure Deactivate(const Time: TX3DTime); override; | 
| 
  | 
  | 
procedure Drag(const Time: TX3DTime; const RayOrigin, RayDirection: TVector3); override; | 
| 
  | 
  | 
procedure CreateNode; override; | 
| 
 
Create node fields and events. 
 | 
  | 
class function ClassX3DType: String; override; | 
| 
  | 
Properties
  | 
property FdAxisRotation: TSFRotation read FFdAxisRotation; | 
| 
 
Internal wrapper for property AxisRotation. This wrapper API may change, we advise to access simpler AxisRotation instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property AxisRotation: TVector4 read GetAxisRotation write SetAxisRotation; | 
| 
  | 
  | 
property FdMaxPosition: TSFVec2f read FFdMaxPosition; | 
| 
 
Internal wrapper for property MaxPosition. This wrapper API may change, we advise to access simpler MaxPosition instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property MaxPosition: TVector2 read GetMaxPosition write SetMaxPosition; | 
| 
  | 
  | 
property FdMinPosition: TSFVec2f read FFdMinPosition; | 
| 
 
Internal wrapper for property MinPosition. This wrapper API may change, we advise to access simpler MinPosition instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property MinPosition: TVector2 read GetMinPosition write SetMinPosition; | 
| 
  | 
  | 
property FdOffset: TSFVec3f read FFdOffset; | 
| 
 
Internal wrapper for property Offset. This wrapper API may change, we advise to access simpler Offset instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property Offset: TVector3 read GetOffset write SetOffset; | 
| 
  | 
  | 
property EventTranslation_changed: TSFVec3fEvent read FEventTranslation_changed; | 
| 
  | 
Generated by PasDoc 0.16.0.