Returns true if depth sensing is supported.
true
@return {boolean} Whether depth sensing is supported or not. /
@override bool hasDepthSensing() { return depthSensing.texture != null; }