vertexCount
The object’s total number of vertices.
Declaration
var vertexCount: Int { get }Discussion
The number of vertices is the same as (```numberOfColumns`` + 1) * (```numberOfRows`` + 1).
The object’s total number of vertices.
var vertexCount: Int { get }The number of vertices is the same as (```numberOfColumns`` + 1) * (```numberOfRows`` + 1).