CustomDrawComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct CustomDrawComponent : IComponent
Implements: IComponent
⭐ Constructors
public CustomDrawComponent(Action<T> draw)
Parameters
draw
Action<T>
⭐ Properties
Draw
public readonly Action<T> Draw;
Returns
Action<T>
⚡