C# Class KEngine.KResourceLoaderDebugger

只在编辑器下出现,分别对应一个Loader~生成一个GameObject对象,为了方便调试!
Inheritance: UnityEngine.MonoBehaviour
Mostra 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_oe property

public float FinishUsedTime
return float

IsApplicationQuit public_oe static_oe property

public static bool IsApplicationQuit
return bool

RefCount public_oe property

public int RefCount
return int

TheLoader public_oe property

public AbstractResourceLoader TheLoader
return AbstractResourceLoader