| Namespace: | Sirenix.Utilities.Editor |
| Assembly: | Sirenix.Utilities.Editor |
public static class InstanceCreator
public static int ControlID { get; }
public static Type CurrentSelectedType { get; }
public static bool HasCreatedInstance { get; }
public static Type Type { get; }
public static object GetCreatedInstance()
| System.Object |
public static void Show(Type type, int controlId, Rect buttonRect = null)
| System.Type | type | |
| System.Int32 | controlId | |
| UnityEngine.Rect | buttonRect |