API Documentation for: 1.0.0
Show:

UID Class

Defined in: UID:41
Module: EaselJS

Global utility for generating sequential unique ID numbers. The UID class uses a static interface (ex. UID.get()) and should not be instantiated.

Item Index

Methods

Properties

Methods

get

() Number static

Defined in get:62

Returns the next unique id.

Returns:

Number:

The next unique id

Properties

_nextID

Number protected

Defined in _nextID:53