Skip to content

Factory Geometry

Gerd Christian Kunze edited this page Aug 22, 2013 · 1 revision

Description

Engine.Factory().Geometry()


Api

Methods

  • Cube()
  • Torus()
  • Plane()

Example

Create a Geometry

var Geometry = Engine.Factory().Geometry().Cube();
Clone this wiki locally