CanvasContent

Description

sealed class Tinman.Terrain.Tools.CanvasContent

Derived from

Disposable abstract
ICanvasContent

Default implementation of the ICanvasContent interface that stores the pixels of each canvas block as ColorBuffer objects.

Public / Methods

Get


public method Get → (1)

cacheIndex in : int32

[>=0]
The cache index of the canvas block.

returns → ColorBuffer

The canvas block content or null.

Returns a canvas content block.