xamarin-macios/tests/monotouch-test/SceneKit
Alex Soto 8dbd20000c
[SceneKit] Adds NullAllowed to ISCNSceneRenderer.OverlayScene (#3410)
Fixes xamarin/xamarin-macios#3392

It seems swift has this property listed as an optional[0] and
an Apple sample[1] sets this to null so `ISCNSceneRenderer.OverlayScene`
needs to have `[NullAllowed]` even if ObjC headers do not have
nullability information.

[0]: https://developer.apple.com/documentation/scenekit/scnscenerenderer/1524051-overlayskscene
[1]: https://github.com/xamarin/xamarin-macios/issues/3392
2018-02-07 12:36:41 -06:00
..
GeometrySourceTest.cs [tests][macos] Enable more tests to be executed on macOS (XM) (#3191) 2018-01-10 20:58:49 -05:00
NodeTest.cs [SceneKit] Add AddAnimation overload that takes a SCNAnimation (#3192) 2018-01-12 09:11:46 -06:00
SCNViewTests.cs [SceneKit] Adds NullAllowed to ISCNSceneRenderer.OverlayScene (#3410) 2018-02-07 12:36:41 -06:00
StructTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00