Velaptor.Factories.PathResolverFactory
Velaptor
Velaptor.Factories
PathResolverFactory Class
Creates path resolver instances.
public class PathResolverFactory : Velaptor.Factories.IPathResolverFactory
Inheritance System.Object → PathResolverFactory
Implements IPathResolverFactory
Methods
CreateAtlasPathResolver()
Creates a path resolver that resolves paths to texture atlas textures.
public Velaptor.Content.IContentPathResolver CreateAtlasPathResolver();
Implements CreateAtlasPathResolver()
Returns
IContentPathResolver
The resolver to texture content.
CreateAudioPathResolver()
Creates a path resolver that resolves paths to audio content.
public Velaptor.Content.IContentPathResolver CreateAudioPathResolver();
Implements CreateAudioPathResolver()
Returns
IContentPathResolver
The resolver to audio content.
CreateFontPathResolver()
Creates a path resolver that resolves paths to font content.
public Velaptor.Content.IContentPathResolver CreateFontPathResolver();
Implements CreateFontPathResolver()
Returns
IContentPathResolver
The resolver to atlas content.
CreateTexturePathResolver()
Creates a path resolver that resolves paths to texture content.
public Velaptor.Content.IContentPathResolver CreateTexturePathResolver();
Implements CreateTexturePathResolver()
Returns
IContentPathResolver
The resolver to texture content.