docs.unity.cn
    Show / Hide Table of Contents

    Enum HumanSegmentationStencilMode

    Represents the segmentation stencil mode.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum HumanSegmentationStencilMode

    Fields

    Name Description Value
    Disabled

    The segmentation stencil is disabled and will not be generated.

    0
    Fastest

    The segmentation stencil is enabled and will be generated at the fastest resolution.

    1
    Medium

    The segmentation stencil is enabled and will be generated at the medium resolution.

    2
    Best

    The segmentation stencil is enabled and will be generated at the best resolution.

    3

    Extension Methods

    SegmentationStencilModeExtension.Enabled()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021