road-rage-tank/addons/voronoishatter/voronoi/model/voronoimesh.gd

8 lines
204 B
GDScript

## Represents positioning information, mesh data, and a reference to the original target mesh.
extends Object
class_name VoronoiMesh
var mesh: ArrayMesh
var position: Vector3
var target: MeshInstance3D