BehaviourScale
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_behaviour_scale_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"1.6" , since =
"0.2" ) ]
public class BehaviourScale :
Behaviour,
Scriptable
Warning: BehaviourScale is deprecated since 1.6.
The BehaviourScale struct contains only private data and should be accessed using the provided API
Note:
Use animate with
scale_x and scale_y instead.
Content:
Properties:
- public double x_scale_end { get; set; }
The final scaling factor on the X axis for the actors.
- public double x_scale_start { get; set; }
The initial scaling factor on the X axis for the actors.
- public double y_scale_end { get; set; }
The final scaling factor on the Y axis for the actors.
- public double y_scale_start { get; set; }
The initial scaling factor on the Y axis for the actors.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Clutter.Behaviour
All known members inherited from class GLib.Object
All known members inherited from interface Clutter.Scriptable