Show / Hide Table of Contents

Interface IGameEventArgs

An interface representing a game event.

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

Properties

View Source

Name

Gets the event name.

Declaration
string Name { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX