WebGLControl.TextureLoaded

Syntax

TextureLoaded: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Event - event information; Element - loaded image; Break - attribute of the event cancellation (if the True value is set, the event is cancelled, otherwise - it is enabled).

Description

The TextureLoaded event occurs after a texture is loaded.

Example

The property use is given in description of the WebGLControl.loadTexture method.

See also:

WebGLControl