FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
XmlVector2 Struct Reference

A data structure to format the XML for Vector2 data, like the size of an FAST.AlignmentRectTransform. More...

Public Attributes

float x
 X-axis value, formatted as an XML attribute.
 
float y
 Y-axis value, formatted as an XML attribute.
 

Detailed Description

A data structure to format the XML for Vector2 data, like the size of an FAST.AlignmentRectTransform.

See also
UnityEngine.Vector2

Member Data Documentation

◆ x

float x

X-axis value, formatted as an XML attribute.

◆ y

float y

Y-axis value, formatted as an XML attribute.


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