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

Function OrthographicController1

docs/app/js/sanddance-app.js:97600–97606  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

97598 (0, _inheritsDefault.default)(OrthographicController1, _Controller);
97599 var _super = _createSuper(OrthographicController1);
97600 function OrthographicController1(props) {
97601 var _this;
97602 (0, _classCallCheckDefault.default)(this, OrthographicController1);
97603 _this = _super.call(this, (0, _orbitController.OrbitState), props);
97604 _this.invertPan = true;
97605 return _this;
97606 }
97607 (0, _createClassDefault.default)(OrthographicController1, [
97608 {
97609 key: "_onPanRotate",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected