Class TPointingDeviceSensorList

Unit

Declaration

type TPointingDeviceSensorList = class(TX3DNodeList)

Description

List of pointing device sensors. Only nodes descending from X3DPointingDeviceSensorNode, and additionally an Anchor node.

Source: scene/x3d/x3dnodes_standard_pointingdevicesensor.inc (line 20).

Hierarchy

  • TObject
  • TList
  • TObjectList
  • TX3DNodeList
  • TPointingDeviceSensorList

Overview

Fields

Public Transformation: TTransformation;

Methods

Public function EnabledCount: Integer;
Public function Enabled(Index: Integer): boolean;
Public procedure Assign(Source: TPointingDeviceSensorList);

Description

Fields

Public Transformation: TTransformation;

Transformation (and inverse) of all the sensors on this list. X3D specification guarantees that all sensors within a single state have the same transform.

Source: scene/x3d/x3dnodes_standard_pointingdevicesensor.inc (line 25).

Methods

Public function EnabledCount: Integer;

This item has no description.

Source: scene/x3d/x3dnodes_standard_pointingdevicesensor.inc (line 27).

Public function Enabled(Index: Integer): boolean;

This item has no description.

Source: scene/x3d/x3dnodes_standard_pointingdevicesensor.inc (line 28).

Public procedure Assign(Source: TPointingDeviceSensorList);

This item has no description.

Source: scene/x3d/x3dnodes_standard_pointingdevicesensor.inc (line 30).


Generated by PasDoc 0.17.0.snapshot.