Vec2I Struct

这个类型是C#语言的 EasyAR Sense API: Vec2I 。页面中部分描述可能与Unity环境无关。

部分Sense接口已经封装成Unity组件,直接使用可能是不必要的。

Description

二维int向量。


Properties

data

C#

public int[] data { get; set; }

向量的原始数据数组。