Class Table<T>.TableEntry
Represents an entry in the probability table
Inheritance
System.Object
Table<T>.TableEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Whiskey.Tables
Assembly: cs.temp.dll.dll
Syntax
public class TableEntry
Fields
value
The value of the object
Declaration
public Ref<T> value
Field Value
Type | Description |
---|---|
Ref<T> |
weight
The weight of the object
Declaration
public float weight
Field Value
Type | Description |
---|---|
System.Single |