base classes — bpy_struct, Sensor
Sensor to detect mouse events
Only look for objects with this material (blank = all objects)
Type: | string, default “”, (never None) |
---|
Type of event this mouse sensor should trigger on
Type: | enum in [‘LEFTCLICK’, ‘MIDDLECLICK’, ‘RIGHTCLICK’, ‘WHEELUP’, ‘WHEELDOWN’, ‘MOVEMENT’, ‘MOUSEOVER’, ‘MOUSEOVERANY’], default ‘LEFTCLICK’ |
---|
Only look for objects with this property (blank = all objects)
Type: | string, default “”, (never None) |
---|
Toggle collision on material or property
Type: | enum in [‘PROPERTY’, ‘MATERIAL’], default ‘PROPERTY’ |
---|
Moving the mouse over a different object generates a pulse
Type: | boolean, default False |
---|
Toggle X-Ray option (see through objects that don’t have the property)
Type: | boolean, default False |
---|
Inherited Properties
Inherited Functions