Table of Contents

Struct TuringPose

Namespace
Turing.Core.Interop
Assembly
Turing.Core.dll
public struct TuringPose
Inherited Members
Extension Methods

Constructors

TuringPose(Matrix4x4, long)

public TuringPose(Matrix4x4 matrix, long timestamp)

Parameters

matrix Matrix4x4
timestamp long

Fields

matrix

public Matrix4x4 matrix

Field Value

Matrix4x4

timestamp

public long timestamp

Field Value

long

Methods

ToPose()

Converts the TuringPose struct to Unity's corresponding Pose struct.

public Pose ToPose()

Returns

Pose

Pose initialized based on the current state of the TuringPose.