Class TPointingDeviceSensorList

Unit

Declaration

type TPointingDeviceSensorList = class(TX3DNodeList)

Description

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

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.

Methods

Public function EnabledCount: Integer;

This item has no description.

Public function Enabled(Index: Integer): boolean;

This item has no description.

Public procedure Assign(Source: TPointingDeviceSensorList);

This item has no description.


Generated by PasDoc 0.16.0-snapshot.