InspectorUIUtility.DrawLabel(String, Int32, Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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