hasDepthSensing method

  1. @override
bool hasDepthSensing()
override

Returns true if depth sensing is supported.

@return {boolean} Whether depth sensing is supported or not. /

Implementation

@override
bool hasDepthSensing() {
  return depthSensing.texture != null;
}