Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterRotateAxis |
Enum : | RotateAxis |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Clutter.RotateAxis.X_AXIS : 0
|
|
Number Clutter.RotateAxis.Y_AXIS : 1
|
|
Number Clutter.RotateAxis.Z_AXIS : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Actor
Method |
Sets the rotation angle of self around the given axis.
|
Clutter.Actor
Method |
Retrieves the angle and center of rotation on the given axis, set using clutter_actor_set_rotation().
|
Clutter.BehaviourEllipse
Method |
set_angle_tilt
(RotateAxis axis, Number angle_tilt)
:
none
degrees.
|
Clutter.BehaviourEllipse
Method |
get_angle_tilt
(RotateAxis axis)
:
Number
Gets the tilt of the ellipse around the center in the given axis.
|
Clutter.BehaviourRotate
Property |
axis : Clutter.RotateAxis
The axis of rotation.
|
Clutter.BehaviourRotate
Method |
new Clutter.BehaviourRotate.c_new
(Alpha alpha, RotateAxis axis, RotateDirection direction, Number angle_start, Number angle_end)
:
Clutter.BehaviourRotate
Create a new Clutter.BehaviourRotate
|
Clutter.BehaviourRotate
Method |
get_axis
()
:
Clutter.RotateAxis
Retrieves the ClutterRotateAxis used by the rotate behaviour.
|
Clutter.BehaviourRotate
Method |
set_axis
(RotateAxis axis)
:
none
Sets the axis used by the rotate behaviour.
|