EngineKit
|
#import <Text.h>
Class Methods | |
(instancetype) | + text |
![]() | |
(instancetype) | + create |
![]() | |
(instancetype) | + create |
Properties | |
CGFloat | depth |
id | string |
![]() | |
id | color |
![]() | |
SCNNode * | node |
The node that this Item is wrapping. | |
id | position |
id | rotation |
id | scale |
SCNGeometry * | geometry |
![]() | |
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
.