C# Class VRtist.CommandSky

Command to change sky properties.
Inheritance: VRtist.ICommand
Afficher le fichier Open project: ubisoft/vrtist

Méthodes publiques

Méthode Description
CommandSky ( SkySettings oldSky, SkySettings newSky ) : UnityEngine
Redo ( ) : void
Submit ( ) : void
Undo ( ) : void

Method Details

CommandSky() public méthode

public CommandSky ( SkySettings oldSky, SkySettings newSky ) : UnityEngine
oldSky SkySettings
newSky SkySettings
Résultat UnityEngine

Redo() public méthode

public Redo ( ) : void
Résultat void

Submit() public méthode

public Submit ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void