PhysicsEngineUndetectLoad Method |
Unrecords a load as having been detected by a sensor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void UndetectLoad(
Visual load,
Visual sensor
)
Parameters
- load Visual
- The load that was detected.
- sensor Visual
- The sensor that detected the load.
See Also