NavigationStack.Push

Method in NavigationStack

Declaration

public void Push(GameObject selected)

Description

Pushes a game object onto the stack, effectively navigating forwards.

Parameters

selectedThe game object to push onto the stack.