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 [0, 3.13985], default 0.0)
- Type:
float
- axis
Along which axis the radar cone is cast (default
'XAXIS')- Type:
Literal[‘XAXIS’, ‘YAXIS’, ‘ZAXIS’, ‘NEGXAXIS’, ‘NEGYAXIS’, ‘NEGZAXIS’]
- distance
Depth of the radar cone (in [0, 10000], default 0.0)
- Type:
float
- property
Only look for objects with this property (blank = all objects) (default “”, never None)
- Type:
str
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type