MCPcopy Create free account
hub / github.com/microsoft/SandDance / DeckPicker1

Function DeckPicker1

docs/app/js/sanddance-app.js:91637–91649  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

91635}
91636var DeckPicker = function() {
91637 function DeckPicker1(gl) {
91638 (0, _classCallCheckDefault.default)(this, DeckPicker1);
91639 this.gl = gl;
91640 this.pickingFBO = null;
91641 this.pickLayersPass = new (0, _pickLayersPassDefault.default)(gl);
91642 this.layerFilter = null;
91643 this.lastPickedInfo = {
91644 index: -1,
91645 layerId: null,
91646 info: null
91647 };
91648 this._onError = null;
91649 }
91650 (0, _createClassDefault.default)(DeckPicker1, [
91651 {
91652 key: "setProps",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected