Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SceneProfile.cs
Go to the documentation of this file.
2using UnityEngine;
3
4public class SceneProfile : ScriptableObject
5{
7
8 public OverlayProfile overlay;
9
11
13
15
17
18 public static SceneProfile Load(string id)
19 {
20 return ResourceCache.Load<SceneProfile>("Scene/Profile/SceneProfile_" + id);
21 }
22}
Material matOverlay
Definition: SceneProfile.cs:14
OverlayProfile overlay
Definition: SceneProfile.cs:8
SceneGlobalProfile global
Definition: SceneProfile.cs:6
SceneColorProfile color
Definition: SceneProfile.cs:12
static SceneProfile Load(string id)
Definition: SceneProfile.cs:18
Material matGrading
Definition: SceneProfile.cs:16
SceneLightProfile light
Definition: SceneProfile.cs:10