RadarSensor(Sensor)

base classes — bpy_struct, Sensor

class bpy.types.RadarSensor(Sensor)

Sensor to detect objects in a cone shaped radar emanating from the current object

angle

Opening angle of the radar cone (in degrees)

Type :float in [0, 179.9], default 0.0
axis

Specify along which axis the radar cone is cast

Type :enum in [‘XAXIS’, ‘YAXIS’, ‘ZAXIS’, ‘NEGXAXIS’, ‘NEGYAXIS’, ‘NEGZAXIS’], default ‘XAXIS’
distance

Depth of the radar cone

Type :float in [0, 10000], default 0.0
property

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

Type :string, default “”

Inherited Properties

Inherited Functions

Previous topic

RGBANodeSocket(NodeSocket)

Next topic

RandomActuator(Actuator)