ParallaxComponent

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

public sealed struct ParallaxComponent : IComponent

Implements: IComponent

⭐ Constructors

public ParallaxComponent()

⭐ Properties

Factor

public readonly float Factor;

How much parallax this entity has. 0 never moves, 1 moves normaly and more than 1 is the foreground.

Returns
float