Exemple #1
0
 public static void LoadScene(ChapterSelectInputParams sceneInputParams, Action <ISceneOutputParams> callback)
 {
     LoadMyScene("ChapterSelection", sceneInputParams, callback);
 }
Exemple #2
0
 private void Start()
 {
     inputParamsForInspector = sceneInputParams as ChapterSelectInputParams;
     print($"let me see: {(sceneInputParams as ChapterSelectInputParams)?.param1}");
 }