C# Class KEngine.KResoourceLoadedAssetDebugger

对XXXLoader的结果Asset进行Debug显示
Inheritance: UnityEngine.MonoBehaviour
显示文件 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_oe property

public string MemorySize
return string

TheObject public_oe property

public Object,UnityEngine TheObject
return UnityEngine.Object

Type public_oe property

public string Type
return string