VRFieldOfView factory constructor

VRFieldOfView([Map fov ])

Source

@DomName('VRFieldOfView.VRFieldOfView')
@DocsEditable()
factory VRFieldOfView([Map fov]) {
  if (fov != null) {
    var fov_1 = convertDartToNative_Dictionary(fov);
    return _blink.BlinkVRFieldOfView.instance.constructorCallback_1_(fov_1);
  }
  return _blink.BlinkVRFieldOfView.instance.constructorCallback_0_();
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/VRFieldOfView/VRFieldOfView.html