Class TAbstractDragSensorNode

Unit

Declaration

type TAbstractDragSensorNode = class(TAbstractPointingDeviceSensorNode)

Description

Base type for all drag-style pointing device sensors.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
Public procedure Drag(const Time: TX3DTime; const RayOrigin, RayDirection: TVector3); virtual;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdAutoOffset: TSFBool read FFdAutoOffset;
Public property AutoOffset: Boolean read GetAutoOffset write SetAutoOffset;
Public property EventTrackPoint_changed: TSFVec3fEvent read FEventTrackPoint_changed;

Description

Methods

Public constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override;
 
Public procedure Drag(const Time: TX3DTime; const RayOrigin, RayDirection: TVector3); virtual;

Called by events engine (like TCastleSceneCore) when you move your mouse over the active drag sensor.

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdAutoOffset: TSFBool read FFdAutoOffset;

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

Public property AutoOffset: Boolean read GetAutoOffset write SetAutoOffset;
 
Public property EventTrackPoint_changed: TSFVec3fEvent read FEventTrackPoint_changed;
 

Generated by PasDoc 0.16.0.