C# Class KEngine.KResoourceLoadedAssetDebugger

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

Public Properties

Property Type Description
MemorySize string
TheObject UnityEngine.Object
Type string

Public Methods

Method Description
Create ( string type, string url, UnityEngine theObject ) : KResoourceLoadedAssetDebugger

Private Methods

Method Description
OnDestroy ( ) : void
Update ( ) : void

Method Details

Create() public static method

public static Create ( string type, string url, UnityEngine theObject ) : KResoourceLoadedAssetDebugger
type string
url string
theObject UnityEngine
return KResoourceLoadedAssetDebugger

Property Details

MemorySize public property

public string MemorySize
return string

TheObject public property

public Object,UnityEngine TheObject
return UnityEngine.Object

Type public property

public string Type
return string