Added tileModel rl api "getIsFlat"
This commit is contained in:
@@ -117,4 +117,6 @@ public interface SceneTileModel
|
||||
int getOverlayNwColor();
|
||||
|
||||
void setOverlayNwColor(int color);
|
||||
|
||||
boolean getIsFlat();
|
||||
}
|
||||
|
||||
@@ -60,4 +60,7 @@ public interface RSSceneTileModel extends SceneTileModel
|
||||
@Import("triangleTextureId")
|
||||
@Override
|
||||
int[] getTriangleTextureId();
|
||||
|
||||
@Import("isFlat")
|
||||
boolean getIsFlat();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user