Skip to content

Commit

Permalink
[arkit] Fixes based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentDondain committed Sep 13, 2017
1 parent 3fad7cd commit 40c56b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/arkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ interface ARSessionDelegate : ARSessionObserver {
[iOS (11,0)]
[NoWatch, NoTV, NoMac]
[BaseType (typeof (NSObject))]
[Abstract]
[DisableDefaultCtor]
interface ARConfiguration : NSCopying {

Expand All @@ -496,6 +497,7 @@ interface ARConfiguration : NSCopying {
[iOS (11,0)]
[NoWatch, NoTV, NoMac]
[BaseType (typeof (ARConfiguration))]
[DisableDefaultCtor]
interface ARWorldTrackingConfiguration {

[Export ("planeDetection", ArgumentSemantic.Assign)]
Expand All @@ -505,6 +507,7 @@ interface ARWorldTrackingConfiguration {
[iOS (11,0)]
[NoWatch, NoTV, NoMac]
[BaseType (typeof(ARConfiguration))]
[DisableDefaultCtor]
interface AROrientationTrackingConfiguration {}

[iOS (11,0)]
Expand All @@ -531,6 +534,7 @@ interface ARTrackable {
[iOS (11,0)]
[NoWatch, NoTV, NoMac]
[BaseType (typeof(ARConfiguration))]
[DisableDefaultCtor]
interface ARFaceTrackingConfiguration {}

[iOS (11,0)]
Expand Down Expand Up @@ -560,7 +564,6 @@ interface ARFaceGeometry : NSCopying {
[Export ("vertexCount")]
nuint VertexCount { get; }

// @property (readonly, nonatomic) const vector_float3 * _Nonnull vertices;
[Export ("vertices")]
Vector3 Vertices {
[MarshalDirective (NativePrefix = "xamarin_simd__", Library = "__Internal")]
Expand Down

0 comments on commit 40c56b7

Please sign in to comment.