CollisionSensor(Sensor)

base classes — bpy_struct, Sensor

class bpy.types.CollisionSensor(Sensor)

Sensor to detect objects colliding with the current object, with more settings than the Touch sensor

material

Only look for Objects with this material (blank = all objects)

Type :string, default “”
property

Only look for Objects with this property (blank = all objects)

Type :string, default “”
use_material

Toggle collision on material or property

Type :boolean, default False
use_pulse

Changes to the set of colliding objects generates pulse

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

CollisionModifier(Modifier)

Next topic

CollisionSettings(bpy_struct)