Interface IProvidesRequestStencilRef
Provide the ability to request a stencil reference
Namespace: Unity.Labs.EditorXR.Interfaces
Syntax
public interface IProvidesRequestStencilRef : IFunctionalityProvider
Methods
RequestStencilRef()
Get a new unique stencil ref value
Declaration
byte RequestStencilRef()
Returns
| Type | Description |
|---|---|
| Byte | A unique stencil reference value |