Namespace FasterGames.Whiskey.Tables
Classes
BoolTable
A probability table of bool elements.
DefaultRngSource
An rng source that uses
FloatTable
A probability table of float elements.
IntTable
A probability table of int elements.
RngSource
Random number generator source, as a scriptable object.
StringTable
A probability table of string elements.
Table<T>
A weighted probability table for values of type {T}.
Table<T>.TableEntry
Represents an entry in the probability table
TransformTable
A probability table of Transform elements.
Vector2Table
A probability table of Vector2 elements.
Vector3Table
A probability table of Vector3 elements.