Skip to content

SimpleClockIcon

Overview

Scenery node that represents a simple, non-interactive clock. It is intended for use in situations where an icon representing time is needed.

@author John Blanco

Class SimpleClockIcon

import { SimpleClockIcon } from 'scenerystack/scenery-phet';

Constructor

new SimpleClockIcon( radius : number, providedOptions? : SimpleClockIconOptions )

Instance Methods

Type SimpleClockIconOptions

import type { SimpleClockIconOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for SimpleClockIcon.ts in the scenery-phet repository.