Click or drag to resize
DestinyTunerT Class
"Destiny Tuner": An extension of lucky controller which will balance the probs.
Inheritance Hierarchy
SystemObject
  JLChnToZ.LuckyPlayerDestinyTunerT

Namespace: JLChnToZ.LuckyPlayer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DestinyTuner<T>

Type Parameters

T

The DestinyTunerT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStatic memberDefault
Default instance of DestinyTunerT, defaults to all lucky controllers if undefined.
Public propertyFineTuneOnSuccess
The fine tune value when success selected an item
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTuneDestinyOnSuccess
Called when an item binded with lucky controller successfully selected.
Top
Fields
  NameDescription
Protected fieldfineTuneOnSuccess
Top
See Also