AppleSCNPlane - UBogun/Xojo-iosLib GitHub Wiki
Inherits from AppleSCNGeometry
Memory leak check: not yet done.
Status: completed
An SCNPlane geometry models a rectangular, one-sided plane of specified width and height.
Please see the superclass for more properties and methods
Constructors
Constructor(Width as Double, Height As Double): Creates a plane geometry with the specified width and height.
Properties
CornerRadius As Double: The extent of the plane along its vertical axis. Animatable.
CornerSegmentCount As Integer: The number of line segments used to create each rounded corner of the plane. Animatable.
Height As Double: The extent of the plane along its vertical axis. Animatable.
HeightSegmentCount As Integer: The number of subdivisions in the plane’s surface along its vertical axis. Animatable.
Width As Double: The extent of the plane along its horizontal axis. Animatable.
WidthSegmentCount As Integer: The number of subdivisions in the plane’s surface along its horizontal axis. Animatable.