|
ISuccessCallbackTOnSuccess Method |
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxSub OnSuccess (
item As T
)
abstract OnSuccess :
item : 'T -> unit
Parameters
- item
- Type: T
The item which successfully selected
RemarksThis will only be called when the selected item is binded with current weight controller
See Also