static void | Draws all the given properties of the given serializedObject with the included header |
static void | Draws the given header text with the given tooltip text |
static void | Does the default drawing for the given property on the given object |
static string | DrawDropDown ( SerializedObject serializedObject, Rect position, string labelName, string propertyName, string [] options, string defaultValue ) Draws a dropdown for the given object |
static void | Draws a horizontal line for visual separation. |
static void Oculus.Voice.Utility.InspectorHelper.DrawSystemProperties ( SerializedObject serializedObject, string [] propertyNames, string header ) |
---|
Draws all the given properties of the given serializedObject with the included header Parameters serializedObject the object on which exist the given properties propertyNamesraw text names of the properties to draw headerthe header text to use, when appropriate |
static void Oculus.Voice.Utility.InspectorHelper.DrawHeader ( string header, string tooltip ) |
---|
Draws the given header text with the given tooltip text |
static void Oculus.Voice.Utility.InspectorHelper.DrawProperty ( SerializedObject serializedObject, string propertyName ) |
---|
Does the default drawing for the given property on the given object |
static string Oculus.Voice.Utility.InspectorHelper.DrawDropDown ( SerializedObject serializedObject, Rect position, string labelName, string propertyName, string [] options, string defaultValue ) |
---|
Draws a dropdown for the given object Parameters serializedObject the object containing the relevant data positionThe position rect from the calling OnGUI labelNamethe label text to show propertyNamethe raw text name of the property to set optionsthe dropdown options to be presented defaultValueWhat value to save to the property when nothing is selected. |
static void Oculus.Voice.Utility.InspectorHelper.DrawHorizontalLine ( ) |
---|
Draws a horizontal line for visual separation. |