ARTrackedObjectExtensions
AR Foundation 的 ARTrackedObject 类的扩展。
摘要
公共静态函数 |
|
|---|---|
GetExtents(this ARTrackedObject trackedObject)
|
Vector3
获取对象的 3D 范围。
|
GetObjectLabel(this ARTrackedObject trackedObject)
|
获取系统已识别的对象类型。
|
公共静态函数
GetExtents
Vector3 GetExtents( this ARTrackedObject trackedObject )
获取对象的 3D 范围。
| 详细信息 | |||
|---|---|---|---|
| 参数 |
|
||
| 返回 |
对象的 3D 范围。
|
||
GetObjectLabel
XRObjectLabel GetObjectLabel( this ARTrackedObject trackedObject )
获取系统已识别的对象类型。
| 详细信息 | |||
|---|---|---|---|
| 参数 |
|
||
| 返回 |
系统识别的对象标签。
|
||