testPathDisplaySystem
Functions
- init(harness) ⇒
Promise.<void>
- makePath(points, [interp], [offset]) ⇒
Entity
- drawControlPoints(path, ecd)
init(harness) ⇒ Promise.<void>
Kind: global function
Param | Type |
---|---|
harness | EngineHarness |
makePath(points, [interp], [offset]) ⇒ Entity
Kind: global function
Param | Type |
---|---|
points | Array.<number> |
[interp] | InterpolationType |
[offset] | Vector3 |
drawControlPoints(path, ecd)
Kind: global function
Param | Type |
---|---|
path | Path |
ecd | EntityComponentDataset |