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

bge.types.KX_IpoActuator.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cae4fb3b1af378446364f908ed6eac96c48b129 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
KX_IpoActuator(SCA_IActuator)
=============================

.. module:: bge.types

base class --- :class:`SCA_IActuator`

.. class:: KX_IpoActuator(SCA_IActuator)

   IPO actuator activates an animation.

   .. attribute:: frameStart

      Start frame.

      :type: float

   .. attribute:: frameEnd

      End frame.

      :type: float

   .. attribute:: propName

      Use this property to define the Ipo position.

      :type: string

   .. attribute:: framePropName

      Assign this property this action current frame number.

      :type: string

   .. attribute:: mode

      Play mode for the ipo. Can be on of :ref:`these constants <ipo-actuator>`

      :type: integer

   .. attribute:: useIpoAsForce

      Apply Ipo as a global or local force depending on the local option (dynamic objects only).

      :type: boolean

   .. attribute:: useIpoAdd

      Ipo is added to the current loc/rot/scale in global or local coordinate according to Local flag.

      :type: boolean

   .. attribute:: useIpoLocal

      Let the ipo acts in local coordinates, used in Force and Add mode.

      :type: boolean

   .. attribute:: useChildren

      Update IPO on all children Objects as well.

      :type: boolean