Skip to main content

Auki::ConjureKit::Manna::DebugStorage::TextureDrawingTools

Public Functions

Name
Texture2DCopyTexture(Texture input, Texture2D cache)
Texture2DCreateTexture2DNewFormatFromTexture(Texture source, TextureFormat format)
voidApplyCornerCrosses(Vector2[] scannerCorners, Texture2D targetTexture)
voidApplyRectangle(Texture2D targetTexture, Vector2 topLeft, Vector2 bottomRight, Color fillColor)

Public Functions Documentation

function CopyTexture

static Texture2D CopyTexture(
Texture input,
Texture2D cache
)

function CreateTexture2DNewFormatFromTexture

static Texture2D CreateTexture2DNewFormatFromTexture(
Texture source,
TextureFormat format
)

function ApplyCornerCrosses

static void ApplyCornerCrosses(
Vector2[] scannerCorners,
Texture2D targetTexture
)

function ApplyRectangle

static void ApplyRectangle(
Texture2D targetTexture,
Vector2 topLeft,
Vector2 bottomRight,
Color fillColor
)