C# Class NativeResLoader, QFramework

Inheritance: AssetBase
ファイルを表示 Open project: liangxiegame/QFramework

Private Properties

Property Type Description
Awake void
LoadProgress void

Public Methods

Method Description
GetRes ( string sceneName, string bundleName, string resName, bool isSingle, ushort backMsgId ) : void
ProcessMsg ( QMsg, receiveMsg ) : void
SendToBackMsg ( NativeResCallbackNode, tmpNode ) : void

Private Methods

Method Description
Awake ( ) : void
LoadProgress ( string bundleName, float progress ) : void

Method Details

GetRes() public method

public GetRes ( string sceneName, string bundleName, string resName, bool isSingle, ushort backMsgId ) : void
sceneName string
bundleName string
resName string
isSingle bool
backMsgId ushort
return void

ProcessMsg() public method

public ProcessMsg ( QMsg, receiveMsg ) : void
receiveMsg QMsg,
return void

SendToBackMsg() public method

public SendToBackMsg ( NativeResCallbackNode, tmpNode ) : void
tmpNode NativeResCallbackNode,
return void