NavigationStack.Push
Method in NavigationStack
Declaration
public void Push(GameObject selected)
Description
Pushes a game object onto the stack, effectively navigating forwards.
Parameters
selected | The game object to push onto the stack. |
public void Push(GameObject selected)
Pushes a game object onto the stack, effectively navigating forwards.
selected | The game object to push onto the stack. |