GetChangeSceneEvent(int, out ChangeSceneEventArgs)
Retrieves the event data at the given index as a ChangeSceneEventArgs. Throws an exception if the event type requested does not match the event stored in the stream.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
GetChangeSceneEvent(int, ChangeSceneEventArgs)
public void GetChangeSceneEvent(int eventIdx, out ChangeSceneEventArgs data)