Tanoda
|
Public Types | |
enum | LoadPanel : byte { None = 0 , Models , Videos , Pictures , Sounds , Helps , Scripts } |
Public Member Functions | |
void | ToggleGlobals () |
void | ToggleLocals () |
void | LoadJsonsFile (StartStageOnLoad ssol) |
void | DeleteAsset (GameObject asset) |
void | ReloadAll () |
void | Reload (bool global=false) |
void | ReloadAllInOne () |
void | AddBundle (AssetBundle ab) |
void | AddGameObject (GameObject gobject, LoadPanel panel=LoadPanel.None, string filePath="", bool global=false) |
IEnumerator | AddTagCloud (string tcName, byte[] data) |
GameObject | GetPrefabFromName (string goName) |
void | SearchFilter (string value) |
Public Attributes | |
GameObject | Models |
GameObject | Videos |
GameObject | Pictures |
GameObject | Sounds |
GameObject | Helps |
GameObject | Unknown |
GameObject | Scripts |
GameObject | GModels |
GameObject | GVideos |
GameObject | GPictures |
GameObject | GSounds |
GameObject | GHelps |
GameObject | GUnknown |
GameObject | GScripts |
bool | isGlobalNow |
GameObject | POIPrefab |
GameObject | PrefabBrowserDeleteButton |
GameObject | PrefabGlobalFileBadge |
GameObject | PrefabFileNameBadge |
Scrollbar | scrollbar |
Properties | |
static pb_PrefabBrowser | instance [get] |
Definition at line 13 of file pb_PrefabBrowser.cs.
enum GILES.Interface.pb_PrefabBrowser.LoadPanel : byte |
Enumerator | |
---|---|
None | |
Models | |
Videos | |
Pictures | |
Sounds | |
Helps | |
Scripts |
Definition at line 1037 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.AddBundle | ( | AssetBundle | ab | ) |
Definition at line 581 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.AddGameObject | ( | GameObject | gobject, |
LoadPanel | panel = LoadPanel.None , |
||
string | filePath = "" , |
||
bool | global = false |
||
) |
Definition at line 630 of file pb_PrefabBrowser.cs.
IEnumerator GILES.Interface.pb_PrefabBrowser.AddTagCloud | ( | string | tcName, |
byte[] | data | ||
) |
Definition at line 804 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.DeleteAsset | ( | GameObject | asset | ) |
Definition at line 270 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GetPrefabFromName | ( | string | goName | ) |
Definition at line 846 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.LoadJsonsFile | ( | StartStageOnLoad | ssol | ) |
Definition at line 183 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.Reload | ( | bool | global = false | ) |
Definition at line 299 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.ReloadAll | ( | ) |
Definition at line 283 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.ReloadAllInOne | ( | ) |
Definition at line 426 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.SearchFilter | ( | string | value | ) |
Definition at line 868 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.ToggleGlobals | ( | ) |
Definition at line 73 of file pb_PrefabBrowser.cs.
void GILES.Interface.pb_PrefabBrowser.ToggleLocals | ( | ) |
Definition at line 79 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GHelps |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GModels |
Definition at line 48 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GPictures |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GScripts |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GSounds |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GUnknown |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.GVideos |
Definition at line 49 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Helps |
Definition at line 46 of file pb_PrefabBrowser.cs.
bool GILES.Interface.pb_PrefabBrowser.isGlobalNow |
Definition at line 51 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Models |
Definition at line 45 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Pictures |
Definition at line 46 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.POIPrefab |
Definition at line 52 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.PrefabBrowserDeleteButton |
Definition at line 53 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.PrefabFileNameBadge |
Definition at line 55 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.PrefabGlobalFileBadge |
Definition at line 54 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Scripts |
Definition at line 46 of file pb_PrefabBrowser.cs.
Scrollbar GILES.Interface.pb_PrefabBrowser.scrollbar |
Definition at line 56 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Sounds |
Definition at line 46 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Unknown |
Definition at line 46 of file pb_PrefabBrowser.cs.
GameObject GILES.Interface.pb_PrefabBrowser.Videos |
Definition at line 46 of file pb_PrefabBrowser.cs.
|
staticget |
Definition at line 15 of file pb_PrefabBrowser.cs.