AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.ChartEditorHelper Class Reference

Classes

class  Styles
 

Static Public Member Functions

static void SecondField (Rect drawRect, SerializedProperty prop)
 
static void MakeTwoField (ref Rect drawRect, float rectWidth, SerializedProperty arrayProp, string name)
 
static void MakeDivideList (ref Rect drawRect, float rectWidth, SerializedProperty arrayProp, string name, int showNum)
 
static void MakeTwoField (ref Rect drawRect, float rectWidth, SerializedProperty prop1, SerializedProperty prop2, string name)
 
static void MakeVector2 (ref Rect drawRect, float rectWidth, SerializedProperty prop, string name)
 
static void MakeJsonData (ref Rect drawRect, ref bool showTextArea, ref string inputString, SerializedProperty prop, float currentWidth, float diff=0)
 
static bool MakeFoldout (ref Rect drawRect, ref bool moduleToggle, string content, SerializedProperty prop=null, bool bold=false)
 
static bool MakeFoldout (ref Rect drawRect, Dictionary< string, float > heights, Dictionary< string, bool > moduleToggle, string key, string content, SerializedProperty prop, bool bold=false)
 
static void MakeBool (Rect drawRect, SerializedProperty boolProp, int index=0, string name=null)
 
static bool MakeFoldout (ref Rect drawRect, ref float height, ref Dictionary< string, bool > moduleToggle, SerializedProperty prop, string moduleName, string showPropName, bool bold=false)
 
static bool MakeFoldout (ref Rect drawRect, ref Dictionary< string, bool > moduleToggle, SerializedProperty prop, string moduleName, SerializedProperty showProp=null, bool bold=false)
 
static bool MakeListWithFoldout (ref Rect drawRect, SerializedProperty listProp, bool foldout, bool showOrder=false, bool showSize=true)
 
static bool MakeListWithFoldout (ref Rect drawRect, ref float height, SerializedProperty listProp, bool foldout, bool showOrder=false, bool showSize=true)
 
static void MakeList (ref Rect drawRect, SerializedProperty listProp, bool showOrder=false, bool showSize=true)
 
static void MakeList (ref Rect drawRect, ref float height, SerializedProperty listProp, bool showOrder=false, bool showSize=true)
 
static bool PropertyField (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty prop)
 
static bool PropertyFieldWithMinValue (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty prop, float minValue)
 
static bool PropertyFieldWithMaxValue (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty prop, float maxValue)
 
static bool PropertyField (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty parentProp, string relativeName)
 
static bool PropertyFieldWithMinValue (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty parentProp, string relativeName, float minValue)
 
static bool PropertyFieldWithMaxValue (ref Rect drawRect, Dictionary< string, float > heights, string key, SerializedProperty parentProp, string relativeName, float maxValue)
 

Static Public Attributes

const float INDENT_WIDTH = 15
 
const float BOOL_WIDTH = 15
 
const float ARROW_WIDTH = 17.2f
 
const float BLOCK_WIDTH = 0
 
const float GAP_WIDTH = 0
 

Detailed Description

Definition at line 14 of file ChartEditorHelper.cs.


The documentation for this class was generated from the following file: