Skip to main content
Version: 1.0.0-preview.42

Velaptor.Factories.PathResolverFactory

Velaptor​

Velaptor.Factories​

PathResolverFactory Class​

Creates path resolver instances.

public static class PathResolverFactory

Inheritance System.Object → PathResolverFactory

Methods​

CreateAtlasPathResolver()​

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

public static Velaptor.Content.IContentPathResolver CreateAtlasPathResolver();

Returns​

IContentPathResolver
The resolver to texture content.

CreateAudioPathResolver()​

Creates a path resolver that resolves paths to audio content.

public static Velaptor.Content.IContentPathResolver CreateAudioPathResolver();

Returns​

IContentPathResolver
The resolver to audio content.

CreateFontPathResolver()​

Creates a path resolver that resolves paths to font content.

public static Velaptor.Content.IContentPathResolver CreateFontPathResolver();

Returns​

IContentPathResolver
The resolver to atlas content.

CreateTexturePathResolver()​

Creates a path resolver that resolves paths to texture content.

public static Velaptor.Content.IContentPathResolver CreateTexturePathResolver();

Returns​

IContentPathResolver
The resolver to texture content.