Method | Description | |
---|---|---|
FindObjectsOfTypeAll ( |
||
GetBuiltinResource ( |
||
Load ( string path ) : System.Object | ||
Load ( string path, |
||
LoadAll ( string path ) : Object[] | ||
LoadAll ( string path, |
||
LoadAssetAtPath ( string assetPath, |
||
Resources ( ) | ||
UnloadAsset ( System assetToUnload ) : void | ||
UnloadUnusedAssets ( ) : |
public static FindObjectsOfTypeAll ( |
||
type | ||
return | Object[] |
public static GetBuiltinResource ( |
||
type | ||
path | string | |
return | System.Object |
public static Load ( string path ) : System.Object | ||
path | string | |
return | System.Object |
public static Load ( string path, |
||
path | string | |
systemTypeInstance | ||
return | System.Object |
public static LoadAll ( string path ) : Object[] | ||
path | string | |
return | Object[] |
public static LoadAll ( string path, |
||
path | string | |
systemTypeInstance | ||
return | Object[] |
public static LoadAssetAtPath ( string assetPath, |
||
assetPath | string | |
type | ||
return | System.Object |
public static UnloadAsset ( System assetToUnload ) : void | ||
assetToUnload | System | |
return | void |
public static UnloadUnusedAssets ( ) : |
||
return |