Skip to main content

Auki::ConjureKit::Manna::DebugStorage

Public Functions

Name
voidSetCorners(Vector2[] scannerCorners, Vector2[] adjustedCorners, long timestamp)

Public Attributes

Name
boolShouldStoreVideoFrame
Texture2DLastCalibrationFrameTexture
RectLastCalibrationFrameTextureSize
TextureFormatLastCalibrationFrameTextureFormat
longLastCalibrationFrameTimestampInMs
Vector2[]scannerCorners

Public Functions Documentation

function SetCorners

static void SetCorners(
Vector2[] scannerCorners,
Vector2[] adjustedCorners,
long timestamp
)

Public Attributes Documentation

variable ShouldStoreVideoFrame

static bool ShouldStoreVideoFrame;

variable LastCalibrationFrameTexture

static Texture2D LastCalibrationFrameTexture;

variable LastCalibrationFrameTextureSize

static Rect LastCalibrationFrameTextureSize;

variable LastCalibrationFrameTextureFormat

static TextureFormat LastCalibrationFrameTextureFormat;

variable LastCalibrationFrameTimestampInMs

static long LastCalibrationFrameTimestampInMs;

variable scannerCorners

static Vector2[] scannerCorners;