Show / Hide Table of Contents

Interface ITitleResourceHelper

An interface for accessing title-specific resources files.

Inherited Members
IResourceHelper.GetResourcePath(string)
Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface ITitleResourceHelper : IResourceHelper

Methods

View Source

GetTitleResourcePath(string?)

Gets the output file path for the given title resource.

Declaration
string GetTitleResourcePath(string? filepath = null)
Parameters
Type Name Description
string filepath

The resource file path.

Returns
Type Description
string

A file path.

  • View Source
In this article
Back to top Generated by DocFX