ActorManager


Description:

[ CCode ( has_construct_function = false ) ]
public ActorManager (Stage stage)

Creates a new ActorManager, associated with the given stage.

Note:

A reference will not be taken on the stage, and when the stage is destroyed, the actor manager will lose a reference. The actor manager can be kept alive by taking a reference, but will no longer divide up events.

Parameters:

stage

A Stage

Returns:

An ActorManager, tied to the given Stage




2022 vala-language.org