|
@@ -383,6 +383,11 @@ namespace oxygine
|
|
|
short _zOrder;
|
|
short _zOrder;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ /*Runs callback in time ms.Stage used as default actor*/
|
|
|
|
|
+ spTween setTimeout(timeMS dur, const EventCallback& cb, spActor root = 0);
|
|
|
|
|
+
|
|
|
Vector2 convert_local2stage(spActor child, const Vector2& pos, spActor root = 0);
|
|
Vector2 convert_local2stage(spActor child, const Vector2& pos, spActor root = 0);
|
|
|
Vector2 convert_local2stage(const Actor* child, const Vector2& pos, const Actor* root = 0);
|
|
Vector2 convert_local2stage(const Actor* child, const Vector2& pos, const Actor* root = 0);
|
|
|
Vector2 convert_stage2local(spActor child, const Vector2& pos, spActor root = 0);
|
|
Vector2 convert_stage2local(spActor child, const Vector2& pos, spActor root = 0);
|