|
EngineKit
|
#import <Text.h>
Class Methods | |
| (instancetype) | + text |
Class Methods inherited from Item | |
| (instancetype) | + create |
Class Methods inherited from <TextExport> | |
| (instancetype) | + create |
Properties | |
| CGFloat | depth |
| id | string |
Properties inherited from Shape | |
| id | color |
Properties inherited from Item | |
| SCNNode * | node |
| The node that this Item is wrapping. | |
| id | position |
| id | rotation |
| id | scale |
| SCNGeometry * | geometry |
Properties inherited from <TextExport> | |
| id | position |
| id | rotation |
| id | scale |
| id | color |
| CGFloat | depth |
| id | string |
A 3D text, with specifiable depth and string.
| + (SCNText *) text |
|
readwritenonatomicassign |
An alias for the SCNText's extrusionDepth property. Speficies the depth that the characters will have.
|
readwritenonatomicassign |
An alias for the SCNText's string property. Speficies the text that will be displayed. May be an instance of NSString or NSAttributedString.