BehaviourRotate
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_behaviour_rotate_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"1.6" , since =
"0.4" ) ]
public class BehaviourRotate :
Behaviour,
Scriptable
Warning: BehaviourRotate is deprecated since 1.6.
The BehaviourRotate struct contains only private data and should be accessed using the provided API
Content:
Properties:
- public double angle_end { get; set; }
The final angle to where the rotation should end.
- public double angle_start { get; set; }
The initial angle from whence the rotation should start.
- public RotateAxis axis { get; set; }
The axis of rotation.
- public int center_x { get; set; }
The x center of rotation.
- public int center_y { get; set; }
The y center of rotation.
- public int center_z { get; set; }
The z center of rotation.
- public RotateDirection direction { get; set; }
The direction of the rotation.
Creation methods:
Methods:
- public RotateAxis get_axis ()
Retrieves the
RotateAxis used by the rotate behaviour.
- public void get_bounds (out double angle_start, out double angle_end)
Retrieves the rotation boundaries of the rotate behaviour.
- public void get_center (out int x, out int y, out int z)
Retrieves the center of rotation set using
set_center.
- public RotateDirection get_direction ()
- public void set_axis (RotateAxis axis)
Sets the axis used by the rotate behaviour.
- public void set_bounds (double angle_start, double angle_end)
Sets the initial and final angles of a rotation behaviour; angles >
= 360 degrees get clamped to the canonical interval <0, 360).
- public void set_center (int x, int y, int z)
Sets the center of rotation.
- public void set_direction (RotateDirection direction)
Sets the rotation direction used by the rotate behaviour.
Inherited Members:
All known members inherited from class Clutter.Behaviour
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Clutter.Scriptable