public SkyboxInfo(Skybox skybox)
 {
     Skybox = skybox;
 }
Esempio n. 2
0
 public SkyboxInfo(Skybox skybox)
 {
     Skybox = skybox;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SkyboxComponent"/> class.
 /// </summary>
 /// <param name="skybox">The skybox.</param>
 public SkyboxComponent(Skybox skybox)
 {
     Skybox = skybox;
     Background = SkyboxBackground.Color;
     Intensity = 1.0f;
 }