Interface IAttributeAssets
Namespace: DiceRolling.Attributes
Assembly: dice-rolling.dll
Interface que define os recursos visuais de um atributo.
public interface IAttributeAssets
Properties
Color
Cor do atributo.
Color Color { get; set; }
Property Value
Color
Icon
Ícone do atributo.
Texture2D? Icon { get; set; }
Property Value
Texture2D?
IconPath
Caminho do ícone do atributo.
string? IconPath { get; }