EditorGUI.LayerFieldstatic function LayerField (position : Rect, layer : int, style : GUIStyle = EditorStyles.popup) : intstatic function LayerField (position : Rect, label : string, layer : int, style : GUIStyle = EditorStyles.popup) : intstatic function LayerField (position : Rect, label : GUIContent, layer : int, style : GUIStyle = EditorStyles.popup) : intParameters
Returnsint - The layer selected by the user. DescriptionMake a layer selection field. |
