C# Class KEngine.KResoourceLoadedAssetDebugger

对XXXLoader的结果Asset进行Debug显示
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: mr-kelly/KEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
MemorySize string
TheObject UnityEngine.Object
Type string

Méthodes publiques

Méthode Description
Create ( string type, string url, UnityEngine theObject ) : KResoourceLoadedAssetDebugger

Private Methods

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

Method Details

Create() public static méthode

public static Create ( string type, string url, UnityEngine theObject ) : KResoourceLoadedAssetDebugger
type string
url string
theObject UnityEngine
Résultat KResoourceLoadedAssetDebugger

Property Details

MemorySize public_oe property

public string MemorySize
Résultat string

TheObject public_oe property

public Object,UnityEngine TheObject
Résultat UnityEngine.Object

Type public_oe property

public string Type
Résultat string