Tilt Five™ Unity API  1.3.0
 
Loading...
Searching...
No Matches
TiltFive.T5_FrameInfo Struct Reference

Render information to be used with NativePlugin.QueueStereoImages(T5_FrameInfo) More...

Public Attributes

IntPtr LeftTexHandle
 
IntPtr RightTexHandle
 
UInt16 TexWidth_PIX
 
UInt16 TexHeight_PIX
 

Properties

bool IsSrgb [get, set]
 
bool IsUpsideDown [get, set]
 
Rect VCI [get, set]
 
Quaternion RotToLVC_GBD [get, set]
 
Vector3 PosOfLVC_GBD [get, set]
 
Quaternion RotToRVC_GBD [get, set]
 
Vector3 PosOfRVC_GBD [get, set]
 

Private Attributes

T5_Bool isSrgb
 
T5_Bool isUpsideDown
 
T5_VCI vci
 
T5_Rotation rotToLVC_GBD
 
T5_Position posOfLVC_GBD
 
T5_Rotation rotToRVC_GBD
 
T5_Position posOfRVC_GBD
 

Detailed Description

Render information to be used with NativePlugin.QueueStereoImages(T5_FrameInfo)

Definition at line 375 of file NativePlugin.cs.

Member Data Documentation

◆ isSrgb

T5_Bool TiltFive.T5_FrameInfo.isSrgb
private

Definition at line 382 of file NativePlugin.cs.

◆ isUpsideDown

T5_Bool TiltFive.T5_FrameInfo.isUpsideDown
private

Definition at line 383 of file NativePlugin.cs.

◆ LeftTexHandle

IntPtr TiltFive.T5_FrameInfo.LeftTexHandle

Definition at line 377 of file NativePlugin.cs.

◆ posOfLVC_GBD

T5_Position TiltFive.T5_FrameInfo.posOfLVC_GBD
private

Definition at line 388 of file NativePlugin.cs.

◆ posOfRVC_GBD

T5_Position TiltFive.T5_FrameInfo.posOfRVC_GBD
private

Definition at line 391 of file NativePlugin.cs.

◆ RightTexHandle

IntPtr TiltFive.T5_FrameInfo.RightTexHandle

Definition at line 378 of file NativePlugin.cs.

◆ rotToLVC_GBD

T5_Rotation TiltFive.T5_FrameInfo.rotToLVC_GBD
private

Definition at line 387 of file NativePlugin.cs.

◆ rotToRVC_GBD

T5_Rotation TiltFive.T5_FrameInfo.rotToRVC_GBD
private

Definition at line 390 of file NativePlugin.cs.

◆ TexHeight_PIX

UInt16 TiltFive.T5_FrameInfo.TexHeight_PIX

Definition at line 380 of file NativePlugin.cs.

◆ TexWidth_PIX

UInt16 TiltFive.T5_FrameInfo.TexWidth_PIX

Definition at line 379 of file NativePlugin.cs.

◆ vci

T5_VCI TiltFive.T5_FrameInfo.vci
private

Definition at line 385 of file NativePlugin.cs.

Property Documentation

◆ IsSrgb

bool TiltFive.T5_FrameInfo.IsSrgb
getset

Definition at line 393 of file NativePlugin.cs.

393{ get => isSrgb; set => isSrgb = value; }

◆ IsUpsideDown

bool TiltFive.T5_FrameInfo.IsUpsideDown
getset

Definition at line 394 of file NativePlugin.cs.

394{ get => isUpsideDown; set => isUpsideDown = value; }

◆ PosOfLVC_GBD

Vector3 TiltFive.T5_FrameInfo.PosOfLVC_GBD
getset

Definition at line 397 of file NativePlugin.cs.

397{ get => posOfLVC_GBD; set => posOfLVC_GBD = value; }
T5_Position posOfLVC_GBD

◆ PosOfRVC_GBD

Vector3 TiltFive.T5_FrameInfo.PosOfRVC_GBD
getset

Definition at line 399 of file NativePlugin.cs.

399{ get => posOfRVC_GBD; set => posOfRVC_GBD = value; }
T5_Position posOfRVC_GBD

◆ RotToLVC_GBD

Quaternion TiltFive.T5_FrameInfo.RotToLVC_GBD
getset

Definition at line 396 of file NativePlugin.cs.

396{ get => rotToLVC_GBD; set => rotToLVC_GBD = value; }
T5_Rotation rotToLVC_GBD

◆ RotToRVC_GBD

Quaternion TiltFive.T5_FrameInfo.RotToRVC_GBD
getset

Definition at line 398 of file NativePlugin.cs.

398{ get => rotToRVC_GBD; set => rotToRVC_GBD = value; }
T5_Rotation rotToRVC_GBD

◆ VCI

Rect TiltFive.T5_FrameInfo.VCI
getset

Definition at line 395 of file NativePlugin.cs.

395{ get => vci; set => vci = value; }

The documentation for this struct was generated from the following file: