Interface IDiceEnergy
Namespace: DiceRolling.Dice
Assembly: dice-rolling.dll
Interface que define as propriedades de uma energia.
public interface IDiceEnergy : IIdentifiable
Implements
Properties
BackgroundColor
Cor de fundo da energia.
Color BackgroundColor { get; }
Property Value
Color
Description
Descrição da energia.
string? Description { get; }
Property Value
Icon
Ícone da energia.
Texture2D? Icon { get; }
Property Value
Texture2D?
IconPath
string? IconPath { get; }
Property Value
MainColor
Cor principal da energia.
Color MainColor { get; }
Property Value
Color
Name
Nome da energia.
string Name { get; }