Interface X3DSensorNode

All Superinterfaces:
X3DChildNode, X3DNode
All Known Subinterfaces:
Collision, CollisionSensor, CylinderSensor, EspduTransform, GeoProximitySensor, GeoTouchSensor, KeySensor, LinePickSensor, LoadSensor, PlaneSensor, PointPickSensor, PrimitivePickSensor, ProximitySensor, ReceiverPdu, SignalPdu, SphereSensor, StringSensor, TimeSensor, TouchSensor, TransformSensor, TransmitterPdu, VisibilitySensor, VolumePickSensor, X3DDragSensorNode, X3DEnvironmentalSensorNode, X3DKeyDeviceSensorNode, X3DNetworkSensorNode, X3DPickSensorNode, X3DPointingDeviceSensorNode, X3DTouchSensorNode
All Known Implementing Classes:
Collision, CollisionSensor, CylinderSensor, EspduTransform, GeoProximitySensor, GeoTouchSensor, KeySensor, LinePickSensor, LoadSensor, PlaneSensor, PointPickSensor, PrimitivePickSensor, ProximitySensor, ReceiverPdu, SignalPdu, SphereSensor, StringSensor, TimeSensor, TouchSensor, TransformSensor, TransmitterPdu, VisibilitySensor, VolumePickSensor

public interface X3DSensorNode extends X3DChildNode
Base type for all sensors.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: