FadeScreenWithSolidColorComponent

Namespace: Murder.Components
Assembly: Murder.dll

public sealed struct FadeScreenWithSolidColorComponent : IComponent

Implements: IComponent

⭐ Constructors

public FadeScreenWithSolidColorComponent(Color color, FadeType fade, float duration)

Parameters
color Color
fade FadeType
duration float

⭐ Properties

Color

public readonly Color Color;

Returns
Color

Duration

public readonly float Duration;

Returns
float

FadeType

public readonly FadeType FadeType;

Returns
FadeType