InspectorUIUtility.LableStyle(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.
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