Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RenderingLayerMaskField

Drawer for RenderingLayerMask.
Read time 8 minutesLast updated 10 days ago

Definition

public class RenderingLayerMaskField : BaseMaskField<uint>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<uint>, IMixedValueSupport

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