Class FieldInstanceDrawer
Inheritance
System.Object
    FieldInstanceDrawer
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Tools.Editor
Assembly: cs.temp.dll.dll
Syntax
public static class FieldInstanceDrawer
  Methods
DrawGUI(Object, Type, Rect)
Declaration
public static object DrawGUI(this object value, Type type, Rect rect)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | |
| System.Type | type | |
| Rect | rect | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
DrawGUILayout(FieldInstance)
Declaration
public static void DrawGUILayout(this FieldInstance fieldInstance)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FieldInstance | fieldInstance | 
DrawGUILayout(FieldInstance[])
Declaration
public static void DrawGUILayout(this FieldInstance[] fieldInstances)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FieldInstance[] | fieldInstances | 
DrawGUILayout2(Object, Type)
Declaration
public static object DrawGUILayout2(this object value, Type type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | |
| System.Type | type | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
IsBaseType(Type)
Declaration
public static bool IsBaseType(Type type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | type | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |