Open Reality Reference Guide
 
Loading...
Searching...
No Matches
FBHUDElement::Rect Struct Reference

HUD element rectangle for drawing in the view. More...

#include <fbhud.h>

Public Attributes

double mX
 Element display region left bottom corner's X coordinate.
 
double mY
 Element display region left bottom corner's Y coordinate.
 
double mWidth
 Element display region width.
 
double mHeight
 Element display region height.
 
double mWidthScale
 Element display region width scale factor compared with intrinsic width value.
 
double mHeightScale
 Element display region height scale factor compared with intrinsic height value.
 

Detailed Description

HUD element rectangle for drawing in the view.

Definition at line 118 of file fbhud.h.

Member Data Documentation

◆ mHeight

double mHeight

Element display region height.

Definition at line 123 of file fbhud.h.

◆ mHeightScale

double mHeightScale

Element display region height scale factor compared with intrinsic height value.

Definition at line 125 of file fbhud.h.

◆ mWidth

double mWidth

Element display region width.

Definition at line 122 of file fbhud.h.

◆ mWidthScale

double mWidthScale

Element display region width scale factor compared with intrinsic width value.

Definition at line 124 of file fbhud.h.

◆ mX

double mX

Element display region left bottom corner's X coordinate.

Definition at line 120 of file fbhud.h.

◆ mY

double mY

Element display region left bottom corner's Y coordinate.

Definition at line 121 of file fbhud.h.


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