get_nth_actor
Description:
public unowned Actor get_nth_actor (
int index_)
Gets an actor the behaviour was applied to referenced by index num.
Parameters:
this |
a Behaviour
|
index_ |
the index of an actor this behaviour is applied too.
|
Returns:
A Clutter actor or NULL if index_ is invalid.
|