示例#1
0
 private static void SetSceneName(SceneInfo sceneInfo, string newName)
 {
     sceneInfo.SetPrivateField("_sceneName", newName);
 }