Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<Snubquad> Rectangle(int, int)

Declaration

public static IEnumerable<Snubquad> Rectangle(
    int width,
    int height
)

Summary

Returns a set of Snubquad cells that form a rectangle consisting of width×height×6 cells.

Parameters

intwidth The number of tile in the x direction.
intheight The number of tile in the y direction.