Link Search Menu Expand Document

Surface

A Surface is a View subclass which displays a single texture on a square.

Constructor

 surface = Surface(bounds)

Arguments

Name Type Description
bounds Bounds The Surface’s bounds.

Returns

Nothing


Methods