CreateGround static method

Mesh CreateGround(
  1. String name,
  2. num width,
  3. num height,
  4. num subdivisions, [
  5. Scene scene,
  6. bool updatable,
])

Implementation

external static Mesh CreateGround(String name, num width, num height, num subdivisions, [Scene scene, bool updatable]);