C# Class NativeResCallbackNode, QFramework

Mostra 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_oe property

public ushort backMsgId
return ushort

bundleName public_oe property

public string bundleName
return string

callback public_oe property

public NativeResCallback callback
return NativeResCallback

isSingle public_oe property

public bool isSingle
return bool

nextValue public_oe property

public NativeResCallbackNode, nextValue
return NativeResCallbackNode,

resName public_oe property

public string resName
return string

sceneName public_oe property

public string sceneName
return string