AnimatorKey
Object Hierarchy:
Clutter.AnimatorKey
Clutter.AnimatorKey
Clutter.AnimatorKey
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "clutter_animator_key_get_type ()" ) ] [ Compact ] [ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]public class AnimatorKey
Warning: AnimatorKey is deprecated since 1.12.
A key frame inside a Animator
Content:
Methods:
public ulong get_mode ()
Retrieves the mode of a
Animator key, for the first key of a property for an object this represents the whether the animation is open ended and or
curved for the remainding keys for the property it represents the easing mode.
public unowned Object get_object ()
Retrieves the object a key applies to.
public double get_progress ()
Retrieves the progress of an clutter_animator_key
public unowned string get_property_name ()
Retrieves the name of the property a key applies to.
public Type get_property_type ()
Retrieves the Type of the property a key
applies to
public bool get_value (Value value)
Retrieves a copy of the value for a AnimatorKey
.