![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Plays the scroll open and close animation for the Ability Inventory in the Skyhub, as well as the events that then render the inventory elements.
Documentation updated 4/17/2025
Public Member Functions | |
void | PlayOpenAnimation () |
Plays the animation of the scroll opening. | |
void | PlayCloseAnimation () |
Plays the animation of the scroll closing. | |
void | OpenInventory () |
Displays the widgets of the ability inventory UI. | |
void | CloseInventory () |
Hides the widgets of the ability inventory UI. | |
Private Attributes | |
Image | scrollBackground |
Reference to the scroll background image itself. | |
Animator | scrollAnimator |
Reference to the animator for the inventory background, which animates the opening and closing of the scroll. | |
AbilityInventoryUI | abilityInventoryUI |
Reference to the ability inventory UI script, which handles the display and functionality of the ability inventory UI. | |
bool | animationPlaying = false |
True if an animation is already playing. | |
void ScrollAnimationManager.CloseInventory | ( | ) |
Hides the widgets of the ability inventory UI.
void ScrollAnimationManager.OpenInventory | ( | ) |
Displays the widgets of the ability inventory UI.
void ScrollAnimationManager.PlayCloseAnimation | ( | ) |
Plays the animation of the scroll closing.
void ScrollAnimationManager.PlayOpenAnimation | ( | ) |
Plays the animation of the scroll opening.
|
private |
Reference to the ability inventory UI script, which handles the display and functionality of the ability inventory UI.
|
private |
True if an animation is already playing.
|
private |
Reference to the animator for the inventory background, which animates the opening and closing of the scroll.
|
private |
Reference to the scroll background image itself.