Class GoingBackEvent
Raised when going back to the previous page. Parameters:
- sender
- the page we were on before beginning to go back
Namespace: Unity.Tutorials.Core.Editor
Syntax
public class GoingBackEvent : UnityEvent<Tutorial, TutorialPage>
Raised when going back to the previous page. Parameters:
public class GoingBackEvent : UnityEvent<Tutorial, TutorialPage>