RotationComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct RotationComponent : IComponent
Implements: IComponent
⭐ Constructors
public RotationComponent()
public RotationComponent(float rotation)
Parameters
rotation
float
⭐ Properties
Rotation
public readonly float Rotation;
In radians.
Returns
float
⚡