C# Class NativeResCallbackNode, QFramework

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
backMsgId ushort
bundleName string
callback NativeResCallback
isSingle bool
nextValue NativeResCallbackNode,
resName string
sceneName string

Public Methods

Method Description
Dispose ( ) : void
NativeResCallbackNode ( bool single, string sceneName, string bundleName, string resName, ushort backMsgId, NativeResCallback callback, NativeResCallbackNode, next ) : UnityEngine

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NativeResCallbackNode() public method

public NativeResCallbackNode ( bool single, string sceneName, string bundleName, string resName, ushort backMsgId, NativeResCallback callback, NativeResCallbackNode, next ) : UnityEngine
single bool
sceneName string
bundleName string
resName string
backMsgId ushort
callback NativeResCallback
next NativeResCallbackNode,
return UnityEngine

Property Details

backMsgId public property

public ushort backMsgId
return ushort

bundleName public property

public string bundleName
return string

callback public property

public NativeResCallback callback
return NativeResCallback

isSingle public property

public bool isSingle
return bool

nextValue public property

public NativeResCallbackNode, nextValue
return NativeResCallbackNode,

resName public property

public string resName
return string

sceneName public property

public string sceneName
return string