Skip to main content
Version: 1.0.0-preview.47

Velaptor.Factories.IPathResolverFactory

Velaptor​

Velaptor.Factories​

IPathResolverFactory Interface​

Creates path resolver instances.

public interface IPathResolverFactory

Derived
↳ PathResolverFactory

Methods​

CreateAtlasPathResolver()​

Creates a path resolver that resolves paths to texture atlas textures.

Velaptor.Content.IContentPathResolver CreateAtlasPathResolver();

Returns​

IContentPathResolver
The resolver to texture content.

CreateAudioPathResolver()​

Creates a path resolver that resolves paths to audio content.

Velaptor.Content.IContentPathResolver CreateAudioPathResolver();

Returns​

IContentPathResolver
The resolver to audio content.

CreateFontPathResolver()​

Creates a path resolver that resolves paths to font content.

Velaptor.Content.IContentPathResolver CreateFontPathResolver();

Returns​

IContentPathResolver
The resolver to atlas content.

CreateTexturePathResolver()​

Creates a path resolver that resolves paths to texture content.

Velaptor.Content.IContentPathResolver CreateTexturePathResolver();

Returns​

IContentPathResolver
The resolver to texture content.