Vec4I Struct¶
This type is an EasyAR Sense API in C#: Vec4I . Some descriptions may not apply to Unity environment on this page.
Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.
Description¶
4 dimensional vector of int.
Properties¶
data¶
- C#
public int[] data { get; set; }
The raw data of vector.