[ CCode ( has_construct_function = false , type = "ClutterBehaviour*" ) ]
[ Version ( since = "1.0" ) ]
public BehaviourPath.with_description (Alpha? alpha, string desc)
Creates a new path behaviour using the path described by desc
.
See add_string for a description of the format.
If alpha
is not null
, the Behaviour will take
ownership of the Alpha instance. In the case when alpha
is null
,
it can be set later with set_alpha.
alpha |
a Alpha instance, or |
desc |
a string description of the path |