MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / Voxel

Function Voxel

MathBox/mathbox-bundle.js:57428–57431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57426 extend(Voxel, superClass);
57427
57428 function Voxel() {
57429 this.update = bind(this.update, this);
57430 return Voxel.__super__.constructor.apply(this, arguments);
57431 }
57432
57433 Voxel.traits = ['node', 'buffer', 'active', 'data', 'source', 'index', 'texture', 'voxel', 'raw'];
57434

Callers

nothing calls this directly

Calls 1

bindFunction · 0.70

Tested by

no test coverage detected