public interface DisappearingHost
Host
that
would allow for the extension to handle disappearing animations.Modifier and Type | Method and Description |
---|---|
void |
finaliseDisappearingItem(MountItem mountItem)
In this method we finally remove the mountItem from the drawing pass.
|
void |
startDisappearingMountItem(MountItem mountItem)
This method should remove any reference to the mounted item but keep it added to the host to be
drawn.
|
void startDisappearingMountItem(MountItem mountItem)
mountItem
- void finaliseDisappearingItem(MountItem mountItem)
mountItem
-