implicit final class BaseTextureEvents extends AnyVal
BaseTexture Events
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseTextureEvents
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BaseTextureEvents(texture: BaseTexture)
- texture
the given texture
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onError(callback: Function): texture.type
Fired when a not-immediately-available source fails to load.
Fired when a not-immediately-available source fails to load.
- callback
the event handler
-
def
onLoaded(callback: Function): texture.type
Fired when a not-immediately-available source finishes loading.
Fired when a not-immediately-available source finishes loading.
- callback
the event handler
- val texture: BaseTexture
-
def
toString(): String
- Definition Classes
- Any