Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GameFramework
AssetBundleManager
C# Class GameFramework.AssetBundleManager
Mostra file
Open project: dreamanlan/CSharpGameFramework
Class Usage Examples
Public Methods
Method
Description
Contains
(
string
res
) :
bool
Init
( ) :
void
Load
(
string
res
) :
UnityEngine.Object
Unload
(
string
res
) :
void
Method Details
Contains()
public
method
public
Contains
(
string
res
) :
bool
res
string
return
bool
Init()
public
method
public
Init
( ) :
void
return
void
Load()
public
method
public
Load
(
string
res
) :
UnityEngine.Object
res
string
return
UnityEngine.Object
Unload()
public
method
public
Unload
(
string
res
) :
void
res
string
return
void