Show / Hide Table of Contents

Interface IGameObjectFormatterProvider

An interface for exporting a provider of game object formatting.

Namespace: Microsoft.XboxStudios.GameStateTracker
Assembly: GameStateTracker.Abstractions.dll
Syntax
public interface IGameObjectFormatterProvider

Properties

View Source

Formatter

Gets the game object formatter.

Declaration
IGameObjectFormatter? Formatter { get; }
Property Value
Type Description
IGameObjectFormatter

The game object formatter.

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