SymbolColor.md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

SymbolColor Struct

The color assigned to a component or tag via ComponentSymbolAttribute for display in a UI or CLI.

public readonly struct SymbolColor
Constructors
SymbolColor(byte, byte, byte)Create a SymbolColor with the specified color components.
Fields
bGets the blue component value of this Color.
gGets the green component value of this Color.
rGets the red component value of this Color.

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1SymbolColor Struct