ARFaceGeometry
ARFaceGeometry(ARBlendShapeLocationOptions)
ARFaceGeometry(IntPtr)
ARFaceGeometry(NativeHandle)
ARFaceGeometry(NSCoder)
ARFaceGeometry(NSDictionary)
ARFaceGeometry(NSObjectFlag)
ClassHandle
TextureCoordinateCount
TextureCoordinates
TriangleCount
TriangleIndices
VertexCount
Vertices
Copy(NSZone)
EncodeTo(NSCoder)
GetRawTextureCoordinates()
GetRawTriangleIndices()
GetRawVertices()
GetTextureCoordinates()
GetTriangleIndices()
GetVertices()
xamarinios
namespace ARKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Register("ARFaceGeometry", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class ARFaceGeometry : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[Obsolete("Use the 'GetVertices' method instead.")]
public virtual NVector3 Vertices { get; }
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use the 'GetVertices' method instead. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API