Skip to main content

Auki::ConjureKit::Manna::DebugStorage::DebugFrameData

Inherited by Auki.ConjureKit.Manna.DebugStorage.DebugFrameCalibrationData

Public Functions

Name
DebugFrameData(Texture2D frameTexture, long timestampInMs, long framestamp, QrPoseSolverCoordinateEnvironment coordinateEnvironment)

Public Attributes

Name
readonly Texture2DFrameTexture
readonly longTimestampInMs
readonly longFramestamp
readonly QrPoseSolverCoordinateEnvironmentCoordinateEnvironment

Public Functions Documentation

function DebugFrameData

DebugFrameData(
Texture2D frameTexture,
long timestampInMs,
long framestamp,
QrPoseSolverCoordinateEnvironment coordinateEnvironment
)

Public Attributes Documentation

variable FrameTexture

readonly Texture2D FrameTexture;

variable TimestampInMs

readonly long TimestampInMs;

variable Framestamp

readonly long Framestamp;

variable CoordinateEnvironment

readonly QrPoseSolverCoordinateEnvironment CoordinateEnvironment;