Screen.updateBackground

Updates the background with an animation.

  1. void updateBackground(string mediaFile)
  2. void updateBackground(NovelateImageAnimation backgroundAnimation)
    class Screen
    protected
    void
    updateBackground

Parameters

backgroundAnimation NovelateImageAnimation

The background animation to update with.

Meta