InspectorUIUtility.HelpBox(Int32) 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.
Help box style with left margin
public:
static UnityEngine::GUIStyle ^ HelpBox(int margin);
public static UnityEngine.GUIStyle HelpBox (int margin);
static member HelpBox : int -> UnityEngine.GUIStyle
Public Shared Function HelpBox (margin As Integer) As GUIStyle
Parameters
- margin
- Int32
amount of left margin
Returns
UnityEngine.GUIStyle
Configured helpbox GUIStyle