forked from bartvdbraak/blender
d38329b5aa
Added attributes to the vertex class.
10 lines
173 B
Python
10 lines
173 B
Python
# $Id$
|
|
# Documentation for KX_NearSensor
|
|
from KX_TouchSensor import *
|
|
|
|
class KX_NearSensor(KX_TouchSensor):
|
|
"""
|
|
A near sensor is a specialised form of touch sensor.
|
|
"""
|
|
|