PathConstraint
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_path_constraint_get_type ()" ) ]
[
Version ( since =
"1.6" ) ]
public class PathConstraint :
Constraint
PathConstraint is an opaque structure whose members cannot be directly accessed
Content:
Properties:
- public float offset { get; set; }
The offset along the
path, between -1.0 and 2.0.
- public Path path { get; set; }
The Path used to
constrain the position of an actor.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Clutter.Constraint
All known members inherited from class Clutter.ActorMeta
All known members inherited from class GLib.Object