This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/gameengine/PyDoc/KX_NearSensor.py

10 lines
173 B
Python
Raw Normal View History

# $Id$
# Documentation for KX_NearSensor
from KX_TouchSensor import *
class KX_NearSensor(KX_TouchSensor):
"""
A near sensor is a specialised form of touch sensor.
"""