From 59e96a2831ef52bff36f900bb4bb31fffe072f7d Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Sat, 7 Feb 2009 20:35:16 +0000 Subject: BGE Py API cleanup: Camera Actuator. --- source/gameengine/PyDoc/KX_CameraActuator.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/gameengine/PyDoc') diff --git a/source/gameengine/PyDoc/KX_CameraActuator.py b/source/gameengine/PyDoc/KX_CameraActuator.py index 9a9abaf3d57..c4d5c9bcbfc 100644 --- a/source/gameengine/PyDoc/KX_CameraActuator.py +++ b/source/gameengine/PyDoc/KX_CameraActuator.py @@ -6,6 +6,15 @@ class KX_CameraActuator(SCA_IActuator): """ Applies changes to a camera. + @ivar min: minimum distance to the target object maintained by the actuator + @type min: float + @ivar max: maximum distance to stay from the target object + @type max: float + @ivar height: height to stay above the target object + @type height: float + @ivar xy: axis this actuator is tracking, true=X, false=Y + @type xy: boolean + @author: snail """ def getObject(name_only = 1): -- cgit v1.2.3