Click or drag to resize
uLiveWallpaper
LiveWallpaperGradleProjectUpdater Class
Builds Unity player data and updates Gradle project with it.
Inheritance Hierarchy
SystemObject
  LostPolygon.uLiveWallpaper.EditorLiveWallpaperProjectManipulatorBase
    LostPolygon.uLiveWallpaper.EditorLiveWallpaperGradleProjectUpdater

Namespace:  LostPolygon.uLiveWallpaper.Editor
Syntax
C#
public class LiveWallpaperGradleProjectUpdater : LiveWallpaperProjectManipulatorBase

The LiveWallpaperGradleProjectUpdater type exposes the following members.

Constructors
  NameDescription
Public methodLiveWallpaperGradleProjectUpdater
Initializes a new instance of the LiveWallpaperGradleProjectUpdater class.
Top
Properties
  NameDescription
Public propertyBuildOptions
BuildOptions for Unity player.
(Inherited from LiveWallpaperProjectManipulatorBase.)
Public propertyBuildScenes
Scenes to include into build. Scene list from Build Settings will be used if this iss et to null.
(Inherited from LiveWallpaperProjectManipulatorBase.)
Public propertyProjectRootPath
Destination project root path.
(Inherited from LiveWallpaperProjectManipulatorBase.)
Top
Methods
  NameDescription
Protected methodInvokeStagingProjectBuildFinished
Invokes the StagingProjectBuildFinished event.
(Inherited from LiveWallpaperProjectManipulatorBase.)
Public methodUpdateProject
Builds Unity player data and updates Android Studio project with it.
Top
Events
  NameDescription
Public eventStagingProjectBuildFinished
Called when staging project build has finished.
(Inherited from LiveWallpaperProjectManipulatorBase.)
Top
Fields
See Also