コード例 #1
0
 public void ChangeHuSeDeQualityTo(HumanSegmentationDepthMode humanSegmentationDepth)
 {
     _AROcclusionManager.requestedHumanDepthMode = humanSegmentationDepth;
 }
コード例 #2
0
 /// <summary>
 /// Determine whether the segmentation depth mode is enabled.
 /// </summary>
 /// <param name="segmentationDepthMode">The segmentation depth mode to check.</param>
 /// <returns>
 /// <c>true</c> if the segmentation depth mode is enabled. Otherwise, <c>false</c>.
 /// </returns>
 public static bool Enabled(this HumanSegmentationDepthMode segmentationDepthMode)
 => segmentationDepthMode != HumanSegmentationDepthMode.Disabled;