|
@@ -75,6 +75,10 @@ Methods:
|
|
|
- void SetLayer(int layer)
|
|
- void SetLayer(int layer)
|
|
|
- void SetOrderInLayer(int orderInLayer)
|
|
- void SetOrderInLayer(int orderInLayer)
|
|
|
- void SetBlendMode(BlendMode mode)
|
|
- void SetBlendMode(BlendMode mode)
|
|
|
|
|
+- void SetFlip(bool flipX, bool flipY)
|
|
|
|
|
+- void SetFlipX(bool flipX)
|
|
|
|
|
+- void SetFlipY(bool flipY)
|
|
|
|
|
+- void SetColor(const Color& color)
|
|
|
- void SetSpeed(float speed)
|
|
- void SetSpeed(float speed)
|
|
|
- void SetAnimation(const String name)
|
|
- void SetAnimation(const String name)
|
|
|
- void SetAnimation(AnimationSet2D* animationSet, const String name)
|
|
- void SetAnimation(AnimationSet2D* animationSet, const String name)
|
|
@@ -82,6 +86,9 @@ Methods:
|
|
|
- int GetLayer() const
|
|
- int GetLayer() const
|
|
|
- int GetOrderInLayer() const
|
|
- int GetOrderInLayer() const
|
|
|
- BlendMode GetBlendMode() const
|
|
- BlendMode GetBlendMode() const
|
|
|
|
|
+- bool GetFlipX() const
|
|
|
|
|
+- bool GetFlipY() const
|
|
|
|
|
+- const Color& GetColor() const
|
|
|
- float GetSpeed() const
|
|
- float GetSpeed() const
|
|
|
- AnimationSet2D* GetAnimationSet() const
|
|
- AnimationSet2D* GetAnimationSet() const
|
|
|
- const String GetAnimation() const
|
|
- const String GetAnimation() const
|
|
@@ -91,6 +98,9 @@ Properties:
|
|
|
- int layer
|
|
- int layer
|
|
|
- int orderInLayer
|
|
- int orderInLayer
|
|
|
- BlendMode blendMode
|
|
- BlendMode blendMode
|
|
|
|
|
+- bool flipX
|
|
|
|
|
+- bool flipY
|
|
|
|
|
+- Color& color
|
|
|
- float speed
|
|
- float speed
|
|
|
- AnimationSet2D* animationSet
|
|
- AnimationSet2D* animationSet
|
|
|
- String animation
|
|
- String animation
|