|
@@ -6447,10 +6447,12 @@ Methods:
|
|
|
- void SetRect(const IntRect& rect)
|
|
- void SetRect(const IntRect& rect)
|
|
|
- void SetRenderPath(RenderPath* path)
|
|
- void SetRenderPath(RenderPath* path)
|
|
|
- void SetRenderPath(XMLFile* file)
|
|
- void SetRenderPath(XMLFile* file)
|
|
|
|
|
+- void SetDrawDebug(bool enable)
|
|
|
- Scene* GetScene() const
|
|
- Scene* GetScene() const
|
|
|
- Camera* GetCamera() const
|
|
- Camera* GetCamera() const
|
|
|
- const IntRect& GetRect() const
|
|
- const IntRect& GetRect() const
|
|
|
- RenderPath* GetRenderPath() const
|
|
- RenderPath* GetRenderPath() const
|
|
|
|
|
+- bool GetDrawDebug() const
|
|
|
- Ray GetScreenRay(int x, int y) const
|
|
- Ray GetScreenRay(int x, int y) const
|
|
|
- IntVector2 WorldToScreenPoint(const Vector3& worldPos) const
|
|
- IntVector2 WorldToScreenPoint(const Vector3& worldPos) const
|
|
|
- Vector3 ScreenToWorldPoint(int x, int y, float depth) const
|
|
- Vector3 ScreenToWorldPoint(int x, int y, float depth) const
|
|
@@ -6461,6 +6463,7 @@ Properties:
|
|
|
- Camera* camera
|
|
- Camera* camera
|
|
|
- IntRect& rect
|
|
- IntRect& rect
|
|
|
- RenderPath* renderPath
|
|
- RenderPath* renderPath
|
|
|
|
|
+- bool drawDebug
|
|
|
|
|
|
|
|
<a name="Class_Window"></a>
|
|
<a name="Class_Window"></a>
|
|
|
### Window : BorderImage
|
|
### Window : BorderImage
|