Interface IDieOptions<T>

Optional configuration for a Die

Type Parameters

  • T = number

Hierarchy

  • IDieOptions

Properties

color?: Color

Main color of the die.

faces?: IDieFace<T>[]
name?: string
pipColor?: Color

Color of engravings on each face of the die.

scale?: number

Width of the die, in centimeters. Defaults to 1.6cm.

Generated using TypeDoc