Platforms to show: All Mac Windows Linux Cross-Platform
SCNIOSControlMBS control
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
control | SceneKit | MBS Mac64bit Plugin | 21.0 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
This control embeds a special SCNView subclass.
Designed for Xojo 2020r2 and newer.
Please use view property to access the underlaying object and set properties.
To learn about rendering events, please check here:
https://developer.apple.com/documentation/scenekit/scnscenerendererdelegate?language=objc
You can set PreferLowPowerDevice and PreferredRenderingAPI properties before initializing a view.
- 14 events
- event Close
- event GotFocus
- event LostFocus
- event Open
- event rendererDidApplyAnimations(time as double)
- event rendererDidApplyConstraints(time as double)
- event rendererDidRenderScene(scene as SCNSceneMBS, time as double)
- event rendererDidSimulatePhysics(time as double)
- event rendererUpdate(time as double)
- event rendererWillRenderScene(scene as SCNSceneMBS, time as double)
- event touchesBegan(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesCancelled(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesEnded(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- event touchesMoved(e as NSEventMBS, touches() as NSTouchMBS) as boolean
- property View as SCNViewMBS
Some examples using this control:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.5
- MBS Xojo Plugins, version 23.5pr7
- MBS Xojo Plugins Version 21.0 News
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.0
- Three new controls for iOS in Xojo
- MBS Xojo Plugins, version 20.6pr3
Xojo Developer Magazine
Release notes
- Version 23.5
- Added touch events for MapKitIOSControlMBS and SCNIOSControlMBS controls.
- Version 21.0
- Added SCNIOSControlMBS control for iOS, same as SCNControlMBS control for macOS.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
SCNControlMBS - WebView2ControlMBS
