Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SceneTemplate.cs
Go to the documentation of this file.
1using UnityEngine;
2
4{
6
8
9 public static SceneTemplate Load(string id)
10 {
11 return Resources.Load<SceneTemplate>("Scene/Template/" + id.IsEmpty("Default"));
12 }
13}
Color colorScreen
Definition: SceneTemplate.cs:7
Color colorShadowOutside
Definition: SceneTemplate.cs:5
static SceneTemplate Load(string id)
Definition: SceneTemplate.cs:9