Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RenderingLayerMaskField

Drawer for RenderingLayerMask.
Read time 9 minutesLast updated 9 days ago

Definition

[UxmlElement(visibility = LibraryVisibility.Visible)]public class RenderingLayerMaskField : BaseMaskField<uint>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<uint>

Static Fields

Value

Description

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS class name of elements of this type.

Constructors

Constructor

Description

RenderingLayerMaskField()Constructor of the field.
RenderingLayerMaskField(System.String)Constructor of the field.
RenderingLayerMaskField(System.String,System.UInt32)Constructor of the field.
RenderingLayerMaskField(System.UInt32)Constructor of the field.

Properties

Property

Description

valueAccess a rendering layer mask value as an unsigned integer value.

Inheritance

Inherited Members