C# Class Afterglow.Graphics.FrameInfo

Contains information about the frame in relation to the last one.
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
FrameInfo ( float timeSinceLastFrame, float timeSinceStart )

Initializes a new instance of the FrameInfo struct.

Method Details

FrameInfo() public méthode

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.