Table of Contents

Interface ITilePipelineTarget

public interface ITilePipelineTarget

Properties

OverlayEnabled

bool OverlayEnabled { set; }

Property Value

bool

Methods

ApplyAttributionText(string)

void ApplyAttributionText(string text)

Parameters

text string

BaseCacheSettings(string)

TileCacheSettings BaseCacheSettings(string cacheDirectory)

Parameters

cacheDirectory string

Returns

TileCacheSettings

DetachTileCommandBuffer()

void DetachTileCommandBuffer()

EffectiveLayerCount(int, int, TileTextureFormat, int)

int EffectiveLayerCount(int requested, int tileSizePx, TileTextureFormat format, int blockBytesPer4x4)

Parameters

requested int
tileSizePx int
format TileTextureFormat
blockBytesPer4x4 int

Returns

int

OverlayCacheSettings(string)

TileCacheSettings OverlayCacheSettings(string cacheDirectory)

Parameters

cacheDirectory string

Returns

TileCacheSettings

RequestedLayerCount(int)

int RequestedLayerCount(int tileSizePx)

Parameters

tileSizePx int

Returns

int

WorstCaseFootprint(int, int)

int WorstCaseFootprint(int screenW, int screenH)

Parameters

screenW int
screenH int

Returns

int