Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bge.types.KX_CameraActuator.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14cf1e470706f8f70996efcfdd7f7fae68c379f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
KX_CameraActuator(SCA_IActuator)
================================

base class --- :class:`SCA_IActuator`

.. class:: KX_CameraActuator(SCA_IActuator)

   Applies changes to a camera.

   .. attribute:: damping

      strength of of the camera following movement.

      :type: float

   .. attribute:: axis

      The camera axis (0, 1, 2) for positive ``XYZ``, (3, 4, 5) for negative ``XYZ``.

      :type: int

   .. attribute:: min

      minimum distance to the target object maintained by the actuator.

      :type: float

   .. attribute:: max

      maximum distance to stay from the target object.

      :type: float

   .. attribute:: height

      height to stay above the target object.

      :type: float

   .. attribute:: object

      the object this actuator tracks.

      :type: :class:`KX_GameObject` or None