Property | Type | Description | |
---|---|---|---|
CreateNewScriptableObject | void |
Method | Description | |
---|---|---|
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
Show ( |
Shows a new selection window for a SharedInstance type.
|
Method | Description | |
---|---|---|
CreateNewScriptableObject ( ) : void |
public static Show ( |
||
instanceType | /// The generic SharedInstance parameter; that actual instance type. /// | |
sharedInstanceType | /// The generic SharedInstance type itself. /// | |
onSelected | Action |
/// Method to invoke when a new SharedInstance has been selected. /// |
return | void |