EngineKit
|
#import <Floor.h>
Class Methods | |
(instancetype) | + floor |
![]() | |
(instancetype) | + create |
![]() | |
(instancetype) | + create |
Additional Inherited Members | |
![]() | |
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 |
An inifinite plane, usually representing a floor or some type of background for a scene. Able to reflect the scene in front of it. Essentially, a wrapper for SCNFloor
.
+ (SCNFloor *) floor |
Creates a new instance of Floor
, spaning the xz
plane and with y=0
(in its local coordinate space).
Floor
. Reimplemented from <FloorExport>.