Description.


Switching between pages is the most basic action supported by EasyTechToolUI. This behavior is similar to switching screens in a web browser.

Elements used to implement behavior.


public class CanvasTransitionManager : MonoBehaviour, IModuleStateUpdate
public abstract class TransitionCanvasMonoBehaviour<_TransitionCanvasCommonDataBuffer> : EdgyModulePrototype, CanvasTransitionManager.ITransitionEventSub where _TransitionCanvasCommonDataBuffer : new()

Hand-on Guide.


1. Create a GameObject with a CanvasTransitionManager

2. Add Canvases that will be each page to the bottom of the CanvasTransnsionManager GameObject and decorate them appropriately

3. Create a tool to switch between each page

Points to Note.