Show / Hide Table of Contents

Class Timeline

Class representing a match's timeline (Match API).

Inheritance
System.Object
Timeline
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class Timeline : object

Properties

FrameInterval

Time between each returned frame.

Declaration
public TimeSpan FrameInterval { get; set; }
Property Value
Type Description
TimeSpan

Frames

List of timeline frames for the game.

Declaration
public List<Frame> Frames { get; set; }
Property Value
Type Description
List<><Frame>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX