SKPoint3(Single, Single, Single) Constructor

Definition

Creates a new instance of a 3D point with the specified coordinates.

public SKPoint3 (float x, float y, float z);

Parameters

x
Single

The x-coordinate of the point.

y
Single

The y-coordinate of the point.

z
Single

The z-coordinate of the point.

Applies to