ActorArtboard constructor
ActorArtboard(
- Actor actor
Implementation
ActorArtboard(Actor actor) : _actor = actor {
_root = ActorNode.withArtboard(this);
}
ActorArtboard(Actor actor) : _actor = actor {
_root = ActorNode.withArtboard(this);
}