Class: Clutter::PathConstraint
- Inherits:
-
Constraint
- Object
- GObject::InitiallyUnowned
- ActorMeta
- Constraint
- Clutter::PathConstraint
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(path, offset) ⇒ Clutter::Constraint
constructor
Creates a new Clutter::PathConstraint with the given path and offset.
-
#offset ⇒ Clutter::gfloat
The offset along the Clutter::PathConstraint:path, between -1.0 and 2.0.
-
#offset=(offset) ⇒ Clutter::gfloat
The offset along the Clutter::PathConstraint:path, between -1.0 and 2.0.
-
#path ⇒ Clutter::Path
The Clutter::Path used to constrain the position of an actor.
-
#path=(path) ⇒ Clutter::Path
The Clutter::Path used to constrain the position of an actor.
Methods inherited from ActorMeta
#actor, #actor=, #enabled, #enabled=, #enabled?, #name, #name=
Constructor Details
#initialize(path, offset) ⇒ Clutter::Constraint
Creates a new Clutter::PathConstraint with the given path and offset
Instance Method Details
#offset ⇒ Clutter::gfloat
The offset along the Clutter::PathConstraint:path, between -1.0 and 2.0.
#offset=(offset) ⇒ Clutter::gfloat
The offset along the Clutter::PathConstraint:path, between -1.0 and 2.0.
#path ⇒ Clutter::Path
The Clutter::Path used to constrain the position of an actor.
#path=(path) ⇒ Clutter::Path
The Clutter::Path used to constrain the position of an actor.