RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.MatchFrame Class Reference

This object contains game frame information. More...

Properties

virtual List< MatchEventEvents [get, set]
 Gets or sets list of events for this frame. More...
 
virtual MatchParticipantFrameCollection ParticipantFrames [get, set]
 Gets or sets each participant's information for the frame, mapped by the participant's ID. More...
 
TimeSpan Timestamp [get, set]
 Gets or sets game time at which the frame occurred. More...
 

Detailed Description

This object contains game frame information.

Property Documentation

virtual List<MatchEvent> RiotNet.Models.MatchFrame.Events
getset

Gets or sets list of events for this frame.

virtual MatchParticipantFrameCollection RiotNet.Models.MatchFrame.ParticipantFrames
getset

Gets or sets each participant's information for the frame, mapped by the participant's ID.

TimeSpan RiotNet.Models.MatchFrame.Timestamp
getset

Gets or sets game time at which the frame occurred.


The documentation for this class was generated from the following file: