width
The extent of the floor along its x-axis. Animatable.
Declaration
var width: CGFloat { get set }Discussion
The floor is centered in its local coordinate system. For example, a floor of width 10.0 extends from -5.0 to 5.0 along the x-axis. The default width is zero, indicating that the floor’s width is infinite.
You can animate changes to this property’s value. See Animating SceneKit Content.