C# Class NativeResLoader, QFramework

Inheritance: AssetBase
Afficher le fichier Open project: liangxiegame/QFramework

Private Properties

Свойство Type Description
Awake void
LoadProgress void

Méthodes publiques

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

Private Methods

Méthode Description
Awake ( ) : void
LoadProgress ( string bundleName, float progress ) : void

Method Details

GetRes() public méthode

public GetRes ( string sceneName, string bundleName, string resName, bool isSingle, ushort backMsgId ) : void
sceneName string
bundleName string
resName string
isSingle bool
backMsgId ushort
Résultat void

ProcessMsg() public méthode

public ProcessMsg ( QMsg, receiveMsg ) : void
receiveMsg QMsg,
Résultat void

SendToBackMsg() public méthode

public SendToBackMsg ( NativeResCallbackNode, tmpNode ) : void
tmpNode NativeResCallbackNode,
Résultat void