riversong code showcase
This commit is contained in:
30
Source/Riversong/Config/IScene.cs
Normal file
30
Source/Riversong/Config/IScene.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using Unity.Cinemachine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Rendering;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IScene
|
||||
{
|
||||
Camera MainCamera { get; }
|
||||
|
||||
CinemachineCamera CinemachineCamera { get; }
|
||||
|
||||
SceneFolders SceneFolders { get; }
|
||||
|
||||
UIDocument LoadingOverlay { get; }
|
||||
|
||||
Transform LightRig { get; }
|
||||
|
||||
Light MainLight { get; }
|
||||
|
||||
Light NightLight { get; }
|
||||
|
||||
Volume NightVolume { get; }
|
||||
|
||||
Volume BloomVolume { get; }
|
||||
|
||||
Volume WarmTintVolume { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user