PolygonSpriteComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct PolygonSpriteComponent : IComponent
Implements: IComponent
⭐ Constructors
public PolygonSpriteComponent()
⭐ Properties
Batch
public readonly int Batch;
Returns
int
Color
public readonly Color Color;
Returns
Color
Shapes
public readonly ImmutableArray<T> Shapes;
Returns
ImmutableArray<T>
SortOffset
public readonly int SortOffset;
Returns
int
⚡