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 SourceFormatter
Gets the game object formatter.
Declaration
IGameObjectFormatter? Formatter { get; }
Property Value
Type | Description |
---|---|
IGameObjectFormatter | The game object formatter. |