@@ -4232,6 +4232,7 @@ bool enabledEffective;
uint id;
/* readonly */
bool initialized;
+uint maxObstacles;
Node node;
@@ -1976,11 +1976,14 @@ Properties:
Methods:
- void SetDrawObstacles(bool enable)
+- void SetMaxObstacles(unsigned maxObstacles)
- bool GetDrawObstacles() const
+- unsigned GetMaxObstacles() const
Properties:
- bool drawObstacles
+- int maxObstacles
<a name="Class_Engine"></a>
### Engine : Object
@@ -6002,6 +6002,7 @@ Properties:
- bool enabledEffective // readonly
- uint id // readonly
- bool initialized // readonly
+- uint maxObstacles
- Node@ node // readonly
- uint numAttributes // readonly
- IntVector2 numTiles // readonly
@@ -1 +1 @@
-0.0.105
+0.0.106