Skip to content

Commit

Permalink
[SceneKit] Apple removed [SCNSceneRenderer context] in watchOS 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 14, 2019
1 parent 6204331 commit ee98996
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scenekit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2884,6 +2884,11 @@ interface SCNSceneRenderer {

#if XAMCORE_2_0
[Abstract]
#endif
#if XAMCORE_4_0
[Unavailable (PlatformName.WatchOS)]
#else
[Obsoleted (PlatformName.WatchOS, 6, 0, message: "API removed, please do not use.")]
#endif
[Export ("context")]
IntPtr Context { get; }
Expand Down

0 comments on commit ee98996

Please sign in to comment.