Screen.updateBackground

Updates the background with a media file.

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

Parameters

mediaFile string

The name of the media file.

Meta