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

Implementation in Processing.h / Processing.cpp:

Loading...