LineComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct LineComponent : IComponent
Implements: IComponent
⭐ Constructors
public LineComponent(Line line, float start)
Parameters
line
Line
start
float
⭐ Properties
Line
public readonly Line Line;
Returns
Line
Start
public readonly float Start;
Returns
float
⚡