SCA_RadarSensor(SCA_NearSensor)¶
base class — SCA_NearSensor
- class bge.types.SCA_RadarSensor¶
Radar sensor is a near sensor with a conical sensor object.
- coneOrigin¶
The origin of the cone with which to test. The origin is in the middle of the cone. (read-only).
- Type:
list of floats [x, y, z]
- coneTarget¶
The center of the bottom face of the cone with which to test. (read-only).
- Type:
list of floats [x, y, z]
- distance¶
The height of the cone with which to test (read-only).
- Type:
float
- angle¶
The angle of the cone (in degrees) with which to test (read-only).
- Type:
float
- axis¶
The axis on which the radar cone is cast.
- Type:
integer from 0 to 5
KX_RADAR_AXIS_POS_X, KX_RADAR_AXIS_POS_Y, KX_RADAR_AXIS_POS_Z, KX_RADAR_AXIS_NEG_X, KX_RADAR_AXIS_NEG_Y, KX_RADAR_AXIS_NEG_Z