public sealed class PlayerMovedByGridEventArgs : EventArgs
Event Args for a PlayerMovedByGrid event (an event of the Active Grid class).
Name | Type | Description |
---|---|---|
Player | Transform |
Gets the player that was moved by the Active Grid. |
public PlayerMovedByGridEventArgs(IPlayer player)
Initializes a new instance of the PlayerMovedByGridEventArgs class with the passed in player.
Name | Type | Description |
---|---|---|
player | IPlayer |
The player that was moved. |