C# Class KEngine.KResourceLoaderDebugger

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

Méthodes publiques

Свойство Type Description
FinishUsedTime float
IsApplicationQuit bool
RefCount int
TheLoader AbstractResourceLoader

Méthodes publiques

Méthode Description
Create ( string type, string url, AbstractResourceLoader loader ) : KResourceLoaderDebugger

Private Methods

Méthode Description
OnApplicationQuit ( ) : void
Update ( ) : void

Method Details

Create() public static méthode

public static Create ( string type, string url, AbstractResourceLoader loader ) : KResourceLoaderDebugger
type string
url string
loader AbstractResourceLoader
Résultat KResourceLoaderDebugger

Property Details

FinishUsedTime public_oe property

public float FinishUsedTime
Résultat float

IsApplicationQuit public_oe static_oe property

public static bool IsApplicationQuit
Résultat bool

RefCount public_oe property

public int RefCount
Résultat int

TheLoader public_oe property

public AbstractResourceLoader TheLoader
Résultat AbstractResourceLoader