ARPlaneAnchorAlignment 枚举

定义

ARPlaneAnchor (的方向当前限制为水平) 。

[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)]
public enum ARPlaneAnchorAlignment
type ARPlaneAnchorAlignment = 
继承
ARPlaneAnchorAlignment
属性

字段

Horizontal 0

垂直于重力方向的平面。

Vertical 1

与重力方向平行的平面。

适用于