• Introduction
  • C# API
  • GraphQL API
  • Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class GameFileExtensionExtensions

Fluent extensions to provide access to game configuration access.

Inheritance
System.Object
GameFileExtensionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Model.Game.LibraryExtensions
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public static class GameFileExtensionExtensions

Methods

WithFileLibrary(IGameLibrary)

Access files for this IGameLibrary.

Declaration
public static IGameFileExtensionProvider WithFileLibrary(this IGameLibrary this)
Parameters
Type Name Description
IGameLibrary this

The IGameLibrary to access files for.

Returns
Type Description
IGameFileExtensionProvider

An accessor for files for this IGame.

WithFiles(IGame)

Access files for this IGame.

Declaration
public static IGameFileExtension WithFiles(this IGame this)
Parameters
Type Name Description
IGame this

The IGame to access files for.

Returns
Type Description
IGameFileExtension

An accessor for files for this IGame.

In This Article
  • Methods
    • WithFileLibrary(IGameLibrary)
    • WithFiles(IGame)
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.