toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.animate
/
AnimateCancellationException
Animate
Cancellation
Exception
class
AnimateCancellationException
(
val
completeOnCancel
:
Boolean
?
=
null
)
:
CancellationException
Members
Constructors
Animate
Cancellation
Exception
Link copied to clipboard
constructor
(
completeOnCancel
:
Boolean
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
complete
On
Cancel
Link copied to clipboard
val
completeOnCancel
:
Boolean
?
=
null
message
Link copied to clipboard
open
val
message
:
String
?