Поделиться через


ARSessionRunOptions Перечисление

Определение

Перечисляет параметры в вызовах .Run(ARConfiguration, ARSessionRunOptions)

Это перечисление поддерживает побитовую комбинацию значений его членов.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum ARSessionRunOptions
type ARSessionRunOptions = 
Наследование
ARSessionRunOptions
Атрибуты

Поля

None 0
RemoveExistingAnchors 2

Должен удалить все существующие ARSessionARAnchor объекты.

ResetTracking 1

Объект ARSession должен сбрасывать отслеживание мира.

Применяется к