PlayerMovedByGridEventArgs Class

public sealed class PlayerMovedByGridEventArgs : EventArgs

Event Args for a PlayerMovedByGrid event (an event of the Active Grid class).

Properties

Name Type Description
Player Transform

Gets the player that was moved by the Active Grid.

Constructors

PlayerMovedByGridEventArgs(IPlayer)

public PlayerMovedByGridEventArgs(IPlayer player)

Initializes a new instance of the PlayerMovedByGridEventArgs class with the passed in player.

Parameters

Name Type Description
player IPlayer

The player that was moved.