CrossFadeNode
Object Hierarchy:
Description:
[
CCode ( type_id =
"gsk_cross_fade_node_get_type ()" ) ]
public class CrossFadeNode :
RenderNode
A render node cross fading between two child nodes.
Content:
Creation methods:
Methods:
- public unowned RenderNode get_end_child ()
Retrieves the child `GskRenderNode` at the end of the cross-fade.
- public float get_progress ()
Retrieves the progress value of the cross fade.
- public unowned RenderNode get_start_child ()
Retrieves the child `GskRenderNode` at the beginning of the
cross-fade.
Inherited Members:
All known members inherited from class Gsk.RenderNode