8 @interface Item : NSObject
10 @property (nonatomic, strong) SCNNode *
node;
34 @property (nonatomic, strong)
id scale;
38 @property (nonatomic, strong) SCNGeometry *
geometry;
SCNNode * node
The node that this Item is wrapping.
Definition: Item.h:10
id position
Definition: Item.h:18
SCNGeometry * geometry
Definition: Item.h:38
instancetype create()
Definition: Item.m:8
id rotation
Definition: Item.h:26
id scale
Definition: Item.h:34