Platforms to show: All Mac Windows Linux Cross-Platform
SCNTextMBS class
Super class: SCNGeometryMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SceneKit | MBS Mac64bit Plugin | 19.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Subclass of the SCNGeometryMBS class.
- 13 properties
- property alignmentMode as String
- property attributedString as NSAttributedStringMBS
- property chamferProfile as NSBezierPathMBS
- property chamferRadius as Double
- property chamferSegmentCount as Integer
- property containerFrame as CGRectMBS
- property extrusionDepth as Double
- property flatness as Double
- property font as NSFontMBS
- property text as String
- property textSize as CGSizeMBS
- property truncationMode as String
- property Wrapped as Boolean
- method Constructor(text as string, extrusionDepth as double)
- shared method text(text as string, extrusionDepth as double) as SCNTextMBS
Super class SCNGeometryMBS
- 10 properties
- property edgeCreasesElement as SCNGeometryElementMBS
- property edgeCreasesSource as SCNGeometrySourceMBS
- property firstMaterial as SCNMaterialMBS
- property geometryElementCount as Integer
- property Handle as Integer
- property Name as String
- property shaderModifiers as Dictionary
- property subdivisionLevel as Integer
- property tessellator as SCNGeometryTessellatorMBS
- property wantsAdaptiveSubdivision as Boolean
- 14 methods
- method Constructor
- method copy as SCNGeometryMBS
- method geometryElementAtIndex(index as Integer) as SCNGeometryElementMBS
- method geometryElements as SCNGeometryElementMBS()
- method geometrySources as SCNGeometrySourceMBS()
- method geometrySourcesForSemantic(semantic as String) as SCNGeometrySourceMBS()
- method insertMaterial(Material as SCNMaterialMBS, Index as Integer)
- method levelsOfDetail as SCNLevelOfDetailMBS()
- method materials as SCNMaterialMBS()
- method materialWithName(name as string) as SCNMaterialMBS
- method removeMaterial(Index as Integer)
- method replaceMaterial(Index as Integer, Material as SCNMaterialMBS)
- method setLevelsOfDetail(LevelsOfDetails() as SCNLevelOfDetailMBS = nil)
- method setMaterials(materials() as SCNMaterialMBS)
- 2 shared methods
- shared method geometry as SCNGeometryMBS
- shared method geometryWithSources(sources() as SCNGeometrySourceMBS, elements() as SCNGeometryElementMBS) as SCNGeometryMBS
This class has no sub classes.
Blog Entries
Xojo Developer Magazine
- 23.2, page 76: Playing Tennis (Part 1), Playing Tennis with Xojo and MBS by Stefanie Juchmes-Simonis
Release notes
- Version 19.1
- Added SCNBoxMBS, SCNCapsuleMBS, SCNConeMBS, SCNCylinderMBS, SCNFloorMBS, SCNPlaneMBS, SCNPyramidMBS, SCNShapeMBS, SCNSphereMBS, SCNTextMBS, SCNTorusMBS and SCNTubeMBS classes.
Some related classes:
- class NSAttributedStringMBS
- class NSBezierPathMBS
- class NSFontMBS
- class SCNBoxMBS
- class SCNCapsuleMBS
- class SCNGeometryMBS
- class SCNLevelOfDetailMBS
- class SCNMaterialMBS
- class SCNSphereMBS
- class SCNTorusMBS
The items on this page are in the following plugins: MBS Mac64bit Plugin.
