Draw Outlines Event
class DrawOutlinesEvent(val renderTarget: RenderTarget, val pose: PoseStack, val camera: Camera, val partialTicks: Float, val type: DrawOutlinesEvent.OutlineType) : Event
Sometimes, modules might want to contribute something to the glow framebuffer. They can hook this event in order to do so.
Note: After writing to the outline framebuffer markDirty must be called.
Constructors
Link copied to clipboard
constructor(renderTarget: RenderTarget, pose: PoseStack, camera: Camera, partialTicks: Float, type: DrawOutlinesEvent.OutlineType)