RenderedSpriteCacheComponent

Namespace: Murder.Components.Graphics
Assembly: Murder.dll

public sealed struct RenderedSpriteCacheComponent : IComponent

Implements: IComponent

⭐ Properties

AnimInfo

public AnimationInfo AnimInfo { get; public set; }

Returns
AnimationInfo

Blend

public BlendStyle Blend { get; public set; }

Returns
BlendStyle

Color

public Color Color { get; public set; }

Returns
Color

CurrentAnimation

public Animation CurrentAnimation { get; public set; }

Returns
Animation

Flipped

public bool Flipped { get; public set; }

Returns
bool

Offset

public Vector2 Offset { get; public set; }

Returns
Vector2

Outline

public OutlineStyle Outline { get; public set; }

Returns
OutlineStyle

RenderedSprite

public Guid RenderedSprite { get; public set; }

Returns
Guid

RenderPosition

public Vector2 RenderPosition { get; public set; }

Returns
Vector2

Rotation

public float Rotation { get; public set; }

Returns
float

Scale

public Vector2 Scale { get; public set; }

Returns
Vector2

Sorting

public float Sorting { get; public set; }

Returns
float