frameCount

Environment

Description

System variable storing the number of frames displayed since the sketch started.

Syntax

frameCount

Parameters

None

Returns

int

Related

Under the Hood

From Processing.h:

int frameCount = 1;