AppleSCNViewInitializationDictionary - UBogun/Xojo-iosLib GitHub Wiki

is a subclass of AppleMutableDictionary, prepared with the keys and values as expected by the constructor of the AppleSCNView class.

Please be aware that a constructor dictionary is available since iOS 9.0. Don’t use it on devices below this iOS version!

Constructor

Constructor (): Creates a dictionary

Properties

PreferLowPowerDevice As Boolean: Whether to select low-power-usage devices for Metal rendering. Default False.

PreferredMTLDevice As Ptr: The device to use for Metal rendering. Currently only a ptr because MetalKit is not yet implemented.

RenderingAPI As SceneKitFrameworkSCNRenderingAPI: Select between Metal and OpenGLES 2. Default Metal (if available).