Platforms to show: All Mac Windows Linux Cross-Platform

SCNNodeMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class SceneKit MBS Mac64bit Plugin 18.4 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A structural element of a scene graph, representing a position and transform in a 3D coordinate space, to which you can attach geometry, lights, cameras, or other displayable content.

see also
https://developer.apple.com/documentation/scenekit/scnnode

Movability Hint

Constant Value Description
SCNMovabilityHintFixed 0 The node is not expected to move over time.
SCNMovabilityHintMovable 1 The node is expected to move over time.

Focus Behavior Options

Constant Value Description
SCNNodeFocusBehaviorFocusable 2 Node is focusable and prevents nodes that it visually obscures from becoming focusable.
SCNNodeFocusBehaviorNone 0 Node is not focusable.
SCNNodeFocusBehaviorOccluding 1 Node is not focusable and prevents nodes that it visually obscures from becoming focusable.

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Some related classes:


The items on this page are in the following plugins: MBS Mac64bit Plugin.


SCNMatrix4MBS   -   SCNPhysicsBallSocketJointMBS


The biggest plugin in space...