IStreamingTarget

Description

interface Tinman.Terrain.Util.IStreamingTarget<T out ref>

Base interface for classes that consume loaded data during streaming.

See also

Streaming

Public / Methods

Buffer


public method Buffer → (1)

window in : int32

[0..IStreamingTarget.Window-1]
The window slot.

returns → T

The output buffer.

Obtains the output buffer of the given streaming window slot.

Update


public method Update → (1)

window in : int32

[0..IStreamingTarget.Window-1]
The window slot that has been loaded.

Called by Streaming.Update for each slot in the streaming window that has been loaded via IStreamingSource.Load.

Public / Attributes

Window


[Constant]
public attribute Window → (get)

value : int32

[>0]
The window size.

Returns the size of the streaming window.