IIndoorMapTextureFetcher (Interface)

Namespace: Wrld.Resources.IndoorMaps

This is used when streaming textures for an IIndoorMapMaterial are required from WRLD’s service.

Methods

void IssueTextureRequestsForMaterial (IIndoorMapMaterial material, IndoorMaterialDescriptor descriptor)

Implement this to handle streaming texture requests. An example exists in DefaultIndoorMapTextureFetcher.cs.

Argument Type Description
material IIndoorMapMaterial The IIndoorMapMaterial to fetch this texture for.
descriptor IndoorMaterialDescriptor The IndoorMaterialDescriptor used to create the material parameter.
v0.8.17