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

Function OrbitView1

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

Source from the content-addressed store, hash-verified

96982 (0, _inheritsDefault.default)(OrbitView1, _View);
96983 var _super2 = _createSuper(OrbitView1);
96984 function OrbitView1(props) {
96985 (0, _classCallCheckDefault.default)(this, OrbitView1);
96986 return _super2.call(this, Object.assign({}, props, {
96987 type: OrbitViewport
96988 }));
96989 }
96990 (0, _createClassDefault.default)(OrbitView1, [
96991 {
96992 key: "controller",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected