Vec2I Struct

This type is an EasyAR Sense API in C#: Vec2I . 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

2 dimensional vector of int.


Properties

data

C#

public int[] data { get; set; }

The raw data of vector.