base classes — bpy_struct, Sensor
Sensor to detect intersections with a ray emanating from the current object
Specify along which axis the ray is cast
Type : | enum in [‘XAXIS’, ‘YAXIS’, ‘ZAXIS’, ‘NEGXAXIS’, ‘NEGYAXIS’, ‘NEGZAXIS’], default ‘YAXIS’ |
---|
Only look for Objects with this material
Type : | string, default “” |
---|
Only look for Objects with this property
Type : | string, default “” |
---|
Sense objects no farther than this distance
Type : | float in [0.01, 10000], default 0.0 |
---|
Toggle collision on material or property
Type : | enum in [‘PROPERTY’, ‘MATERIAL’], default ‘PROPERTY’ |
---|
Toggle X-Ray option (see through objects that don’t have the property)
Type : | boolean, default False |
---|
Inherited Properties
Inherited Functions
|