Class Position
Participant's position (Match API).
Inheritance
System.Object
Position
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class Position : object
Properties
X
Participant's X coordinate.
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Participant's Y coordinate.
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |