EngineKit
|
#import <Plane.h>
Class Methods | |
(instancetype) | + plane |
![]() | |
(instancetype) | + create |
![]() | |
(instancetype) | + create |
Properties | |
CGFloat | width |
CGFloat | height |
![]() | |
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 | width |
CGFloat | height |
A plane, with limited width and height, is much like a square.
+ (SCNPlane *) plane |
Creates a new instance of Plane
, with the default measures set by SCNPlane
.
Plane
. Reimplemented from <PlaneExport>.
|
readwritenonatomicassign |
An alias for the SCNPlane's height
property. Speficies the height used for the Plane, which represents its y
axis extent.
|
readwritenonatomicassign |
An alias for the SCNPlane's width
property. Speficies the width used for the Plane, which represents its x
axis extent.