PropertySensor(Sensor)

base classes — bpy_struct, Sensor

class bpy.types.PropertySensor(Sensor)

Sensor to detect values and changes in values of properties

evaluation_type

Type of property evaluation

Type :enum in [‘PROPEQUAL’, ‘PROPNEQUAL’, ‘PROPINTERVAL’, ‘PROPCHANGED’], default ‘PROPEQUAL’
property
Type :string, default “”
value

Check for this value in types in Equal or Not Equal types

Type :string, default “”
value_max

Specify maximum value in Interval type

Type :string, default “”
value_min

Specify minimum value in Interval type

Type :string, default “”

Inherited Properties

Inherited Functions

Previous topic

PropertyActuator(Actuator)

Next topic

PythonConstraint(Constraint)