InspectorUIUtility.LableStyle(Int32, Color) Method

Definition

Create a custom label style based on color and size

public:
 static UnityEngine::GUIStyle ^ LableStyle(int size, UnityEngine::Color color);
public static UnityEngine.GUIStyle LableStyle (int size, UnityEngine.Color color);
static member LableStyle : int * UnityEngine.Color -> UnityEngine.GUIStyle
Public Shared Function LableStyle (size As Integer, color As Color) As GUIStyle

Parameters

size
Int32
color
UnityEngine.Color

Returns

UnityEngine.GUIStyle

Applies to