Exemple #1
0
 /// <summary>
 /// Sets the scene set reference.
 /// </summary>
 /// <param name="sceneSetReference"></param>
 public void SetSceneSet(SceneSetReference sceneSetReference)
 {
     SceneSet = sceneSetReference.SceneSet;
 }
Exemple #2
0
 private void OnEnable()
 {
     _target = (SceneSet)target;
 }
Exemple #3
0
 /// <summary>
 /// Sets the scene set reference.
 /// </summary>
 /// <param name="sceneSet"></param>
 public void SetSceneSet(SceneSet sceneSet)
 {
     SceneSet = sceneSet;
 }