osgAnimation.Animation¶
- class osgAnimation.Animation¶
- Represents:
c++ class
- Wraps:
osgAnimation::Animation
- Bases:
Methods:
- :setDuration(double duration)¶
-
- Параметры:
duration (
double) –
- :getDuration()¶
-
- Тип результата:
double
- :computeDuration()¶
- :setWeight(double weight)¶
-
- Параметры:
weight (
double) –
- :getWeight()¶
-
- Тип результата:
double
- :resetTargets()¶
- :setPlayMode(osgAnimation.Animation.PlayMode duration)¶
-
- Параметры:
duration (
osgAnimation.Animation.PlayMode) –
- :getPlayMode()¶
-
- Тип результата:
- :setStartTime(double time)¶
-
- Параметры:
time (
double) –
- :getStartTime()¶
-
- Тип результата:
double