C# Class LongoMatch.Core.Store.TimelineNode

Inheritance: TimeNode
Show file Open project: GNOME/longomatch

Private Properties

Property Type Description

Public Methods

Method Description
HasFrame ( int frame ) : bool

Check if the frame number is inside the play boundaries

TimelineNode ( ) : System

Method Details

HasFrame() public method

Check if the frame number is inside the play boundaries
public HasFrame ( int frame ) : bool
frame int /// A with the frame number ///
return bool

TimelineNode() public method

public TimelineNode ( ) : System
return System