Tilt Five Unity API  1.3.0
Public Attributes | Properties | Private Attributes | List of all members
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 372 of file NativePlugin.cs.

Member Data Documentation

◆ isSrgb

T5_Bool TiltFive.T5_FrameInfo.isSrgb
private

Definition at line 379 of file NativePlugin.cs.

◆ isUpsideDown

T5_Bool TiltFive.T5_FrameInfo.isUpsideDown
private

Definition at line 380 of file NativePlugin.cs.

◆ LeftTexHandle

IntPtr TiltFive.T5_FrameInfo.LeftTexHandle

Definition at line 374 of file NativePlugin.cs.

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ posOfLVC_GBD

T5_Position TiltFive.T5_FrameInfo.posOfLVC_GBD
private

Definition at line 385 of file NativePlugin.cs.

◆ posOfRVC_GBD

T5_Position TiltFive.T5_FrameInfo.posOfRVC_GBD
private

Definition at line 388 of file NativePlugin.cs.

◆ RightTexHandle

IntPtr TiltFive.T5_FrameInfo.RightTexHandle

Definition at line 375 of file NativePlugin.cs.

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ rotToLVC_GBD

T5_Rotation TiltFive.T5_FrameInfo.rotToLVC_GBD
private

Definition at line 384 of file NativePlugin.cs.

◆ rotToRVC_GBD

T5_Rotation TiltFive.T5_FrameInfo.rotToRVC_GBD
private

Definition at line 387 of file NativePlugin.cs.

◆ TexHeight_PIX

UInt16 TiltFive.T5_FrameInfo.TexHeight_PIX

Definition at line 377 of file NativePlugin.cs.

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ TexWidth_PIX

UInt16 TiltFive.T5_FrameInfo.TexWidth_PIX

Definition at line 376 of file NativePlugin.cs.

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ vci

T5_VCI TiltFive.T5_FrameInfo.vci
private

Definition at line 382 of file NativePlugin.cs.

Property Documentation

◆ IsSrgb

bool TiltFive.T5_FrameInfo.IsSrgb
getset

Definition at line 390 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ IsUpsideDown

bool TiltFive.T5_FrameInfo.IsUpsideDown
getset

Definition at line 391 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ PosOfLVC_GBD

Vector3 TiltFive.T5_FrameInfo.PosOfLVC_GBD
getset

Definition at line 394 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ PosOfRVC_GBD

Vector3 TiltFive.T5_FrameInfo.PosOfRVC_GBD
getset

Definition at line 396 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ RotToLVC_GBD

Quaternion TiltFive.T5_FrameInfo.RotToLVC_GBD
getset

Definition at line 393 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ RotToRVC_GBD

Quaternion TiltFive.T5_FrameInfo.RotToRVC_GBD
getset

Definition at line 395 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().

◆ VCI

Rect TiltFive.T5_FrameInfo.VCI
getset

Definition at line 392 of file NativePlugin.cs.

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

Referenced by TiltFive.Display.PresentStereoImagesImpl().


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