Mesh¶
The Mesh class extends the Item class to represent a three-dimensional mesh object within the engine.
Inherits from¶
Usage¶
To use this class, add the following require at the top of your script:
local Mesh = require 'engine/items/mesh'
Reference¶
- class Mesh¶