| |
|
| java.lang.Object com.sun.j3d.utils.universe.ConfigObject com.sun.j3d.utils.universe.ConfigSensor
Field Summary | |
Sensor | j3dSensor The corresponding Java 3D core Sensor instance. |
Method Summary | |
void | configureSensor() This method is called after all InputDevice implementations have been
instantiated and initialized. | protected void | initialize(ConfigCommand command) | protected void | setProperty(ConfigCommand command) Handles the commands
(SensorAttribute {instanceName} {attributeName} {attributeValue}) and
(SensorProperty {instanceName} {attributeName} {attributeValue}). |
j3dSensor | Sensor j3dSensor(Code) | | The corresponding Java 3D core Sensor instance. This is created by the
associated InputDevice.
|
configureSensor | void configureSensor()(Code) | | This method is called after all InputDevice implementations have been
instantiated and initialized. All the specified attributes for this
sensor are set in the corresponding Java3D core Sensor instantiated by
the associated InputDevice.
|
initialize | protected void initialize(ConfigCommand command)(Code) | | Handles the command
(NewSensor {instanceName} {inputDeviceName} {indexInInputDevice})
Parameters: command - the command that invoked this method |
setProperty | protected void setProperty(ConfigCommand command)(Code) | | Handles the commands
(SensorAttribute {instanceName} {attributeName} {attributeValue}) and
(SensorProperty {instanceName} {attributeName} {attributeValue}).
Parameters: command - the command that invoked this method |
|
|
|