Auki::ConjureKit::Manna::DebugStorage
Public Functions
| Name | |
|---|---|
| void | SetCorners(Vector2[] scannerCorners, Vector2[] adjustedCorners, long timestamp) |
Public Attributes
| Name | |
|---|---|
| bool | ShouldStoreVideoFrame |
| Texture2D | LastCalibrationFrameTexture |
| Rect | LastCalibrationFrameTextureSize |
| TextureFormat | LastCalibrationFrameTextureFormat |
| long | LastCalibrationFrameTimestampInMs |
| 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;