Class Frame
Class representing a frame in a match (Match API).
Inheritance
System.Object
Frame
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class Frame : object
Properties
Events
List of events for this frame.
Declaration
public List<Event> Events { get; set; }
Property Value
Type | Description |
---|---|
List<><Event> |
ParticipantFrames
Map of each participant ID to the participant's information for the frame.
Declaration
public Dictionary<string, ParticipantFrame> ParticipantFrames { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<, ><System.String, ParticipantFrame> |
Timestamp
Represents how much time into the game the frame occurred.
Declaration
public TimeSpan Timestamp { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |