projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Filling in branch from trunk
[blender.git]
/
source
/
gameengine
/
PyDoc
/
KX_NearSensor.py
1
# $Id$
2
# Documentation for KX_NearSensor
3
from KX_TouchSensor import *
4
5
class KX_NearSensor(KX_TouchSensor):
6
"""
7
A near sensor is a specialised form of touch sensor.
8
"""
9