Auki::ConjureKit::Manna::DebugStorage::DebugFrameData
Inherited by Auki.ConjureKit.Manna.DebugStorage.DebugFrameCalibrationData
Public Functions
| Name | |
|---|---|
| DebugFrameData(Texture frameTexture, long timestampInMs, long framestamp, QrPoseSolverCoordinateEnvironment coordinateEnvironment) | |
| void | ReleaseTexture() |
Public Attributes
| Name | |
|---|---|
| readonly Texture2D | FrameTexture |
| readonly long | TimestampInMs |
| readonly long | Framestamp |
| readonly QrPoseSolverCoordinateEnvironment | CoordinateEnvironment |
Public Functions Documentation
function DebugFrameData
DebugFrameData(
Texture frameTexture,
long timestampInMs,
long framestamp,
QrPoseSolverCoordinateEnvironment coordinateEnvironment
)
function ReleaseTexture
void ReleaseTexture()
Public Attributes Documentation
variable FrameTexture
readonly Texture2D FrameTexture;
variable TimestampInMs
readonly long TimestampInMs;
variable Framestamp
readonly long Framestamp;
variable CoordinateEnvironment
readonly QrPoseSolverCoordinateEnvironment CoordinateEnvironment;