InspectorUIUtility.DrawLabel(String, Int32, Color) Method

Definition

Draw a basic label

public:
 static void DrawLabel(System::String ^ title, int size, UnityEngine::Color color);
public static void DrawLabel (string title, int size, UnityEngine.Color color);
static member DrawLabel : string * int * UnityEngine.Color -> unit
Public Shared Sub DrawLabel (title As String, size As Integer, color As Color)

Parameters

title
String
size
Int32
color
UnityEngine.Color

Applies to