CreatePlane static method

Mesh CreatePlane(
  1. String name,
  2. num size,
  3. Scene scene, [
  4. bool updatable,
  5. num sideOrientation,
])

Implementation

external static Mesh CreatePlane(String name, num size, Scene scene, [bool updatable, num sideOrientation]);