C# Class KEngine.KResourceLoaderDebugger

只在编辑器下出现,分别对应一个Loader~生成一个GameObject对象,为了方便调试!
Inheritance: UnityEngine.MonoBehaviour
Show file Open project: mr-kelly/KEngine Class Usage Examples

Public Properties

Property Type Description
FinishUsedTime float
IsApplicationQuit bool
RefCount int
TheLoader AbstractResourceLoader

Public Methods

Method Description
Create ( string type, string url, AbstractResourceLoader loader ) : KResourceLoaderDebugger

Private Methods

Method Description
OnApplicationQuit ( ) : void
Update ( ) : void

Method Details

Create() public static method

public static Create ( string type, string url, AbstractResourceLoader loader ) : KResourceLoaderDebugger
type string
url string
loader AbstractResourceLoader
return KResourceLoaderDebugger

Property Details

FinishUsedTime public property

public float FinishUsedTime
return float

IsApplicationQuit public static property

public static bool IsApplicationQuit
return bool

RefCount public property

public int RefCount
return int

TheLoader public property

public AbstractResourceLoader TheLoader
return AbstractResourceLoader