|
IItemWeightT Interface |
Interface for dynamic weight controller.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IItemWeight<T>
Public Interface IItemWeight(Of T)
generic<typename T>
public interface class IItemWeight
type IItemWeight<'T> = interface end
Type Parameters
- T
The IItemWeightT type exposes the following members.
Methods
| Name | Description |
---|
| GetWeight |
Gets the weight current defines
|
TopSee Also