Package bpy :: Module types :: Class PropertySensor
[hide private]
[frames] | no frames]

Class PropertySensor


The Property Sensor Object

Sensor to detect values and changes in values of properties.

(no references to this struct found)

Instance Variables [hide private]
enum evaluation_type
Type of property evaluation.
int in [0, 10000] frequence
Delay between repeated pulses(in logic tics, 0=no delay). (Inherited from bpy.types.Sensor)
boolean invert
Invert the level(output) of this sensor. (Inherited from bpy.types.Sensor)
boolean level
Level detector, trigger controllers of new states(only applicable upon logic state transition). (Inherited from bpy.types.Sensor)
string max_value
Specify maximum value in Interval type.
string min_value
Specify minimum value in Interval type.
string name
Sensor name. (Inherited from bpy.types.Sensor)
string property
Property (maximum length of 32)
boolean pulse_false_level
Activate FALSE level triggering (pulse mode). (Inherited from bpy.types.Sensor)
boolean pulse_true_level
Activate TRUE level triggering (pulse mode). (Inherited from bpy.types.Sensor)
enum (readonly) type
Type in... (Inherited from bpy.types.Sensor)
string value
Check for this value in types in Equal or Not Equal types.
Instance Variable Details [hide private]

evaluation_type

Type of property evaluation. in...
  • PROPEQUAL
  • PROPNEQUAL
  • PROPINTERVAL
  • PROPCHANGED
Type:
enum

max_value

Specify maximum value in Interval type. (maximum length of 32)
Type:
string

min_value

Specify minimum value in Interval type. (maximum length of 32)
Type:
string

value

Check for this value in types in Equal or Not Equal types. (maximum length of 32)
Type:
string