| Description | |
|---|---|
| label | Optional label in front of the field. | 
| layers | The layer shown in the field. | 
| style | Optional GUIStyle. | 
| options | An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.Additional resources: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.  | 
                  
RenderingLayerMask The Rendering Layer selected by the User.
Makes a layer selection field.
| Description | |
|---|---|
| label | Optional label in front of the field. | 
| layers | Value which represents RenderingLayerMask. | 
| style | Optional GUIStyle. | 
| options | An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.Additional resources: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.  | 
                  
uint The Rendering Layer selected by the User and returned as uint.
Makes a layer selection field.
| Description | |
|---|---|
| label | Optional label in front of the field. | 
| property | Serialized property which contains RenderingLayerMask struct. | 
| options | An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.Additional resources: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight, GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.  | 
                  
Makes a layer selection field.