Show / Hide Table of Contents

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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX