load_finished
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.0" ) ]
public virtual signal void load_finished (Error error)
public virtual signal void load_finished (Error error)
Warning: load_finished is deprecated since 1.12.
The load_finished signal is emitted when a texture load has completed.
Note:
No replacement is available
If there was an error during loading, error
will be set, otherwise it will be null
Parameters:
error |
A set error, or |