set2DMode abstract method

void set2DMode(
  1. bool enable
)

Forces the map to be flat. true - All loaded tiles start showing the "flatten out" animation; all new tiles do not start 3D animation. false - All tiles start showing the "rise up" animation.

Implementation

void set2DMode(core.bool enable);