C# Class Afterglow.Graphics.FrameInfo

Contains information about the frame in relation to the last one.
Show file Open project: Christof/afterglow

Public Methods

Method Description
FrameInfo ( float timeSinceLastFrame, float timeSinceStart )

Initializes a new instance of the FrameInfo struct.

Method Details

FrameInfo() public method

Initializes a new instance of the FrameInfo struct.
public FrameInfo ( float timeSinceLastFrame, float timeSinceStart )
timeSinceLastFrame float The time since last frame.
timeSinceStart float The time since start.