Interface ITitleResourceHelper
An interface for accessing title-specific resources files.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Composition
Assembly: BotBrain.Abstractions.dll
Syntax
public interface ITitleResourceHelper : IResourceHelper
Methods
View SourceGetTitleResourcePath(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. |