Class UsesRequestStencilRefMethods | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class UsesRequestStencilRefMethods

    Inheritance
    Object
    UsesRequestStencilRefMethods
    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public static class UsesRequestStencilRefMethods

    Methods

    RequestStencilRef(IUsesRequestStencilRef)

    Get a new unique stencil ref value

    Declaration
    public static byte RequestStencilRef(this IUsesRequestStencilRef user)
    Parameters
    Type Name Description
    IUsesRequestStencilRef user

    The functionality user

    Returns
    Type Description
    Byte

    A unique stencil reference value

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX