Click or drag to resize
SoSensorSetSensorCB Method
Overload List
  NameDescription
Public methodSetSensorCB(SoSensorSensorCB) Obsolete.
Use Action property instead Sets the delegate that is invoked when the sensor is triggered. The function must take two arguments - user-supplied data (of type object) and a reference to the sensor that is triggering the function (of type SoSensor).
Public methodSetSensorCB(SoSensorSensorUserDataCB, Object) Obsolete.
Use Action property instead
Top
See Also