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

Function FirstPersonController

docs/tests/v2/es6/js/sanddance.js:56838–56842  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

56836 _inherits(FirstPersonController, _Controller);
56837
56838 function FirstPersonController(props) {
56839 _classCallCheck(this, FirstPersonController);
56840
56841 return _possibleConstructorReturn(this, _getPrototypeOf(FirstPersonController).call(this, FirstPersonState, props));
56842 }
56843
56844 return FirstPersonController;
56845}(_controller.default);

Callers

nothing calls this directly

Calls 3

_classCallCheckFunction · 0.70
_getPrototypeOfFunction · 0.70

Tested by

no test coverage detected