示例#1
0
//Enables the 'crypt' exit portal once we've picked up the key in a scene
    public void EnableExitPortal()
    {
        //Find portal and enable it.
        PortalControllerFromCrypt.ActivatePortal();
    }