Esempio n. 1
0
 // 获取栈顶的一个对象(不弹出)
 public GameObject getStackTop()
 {
     return(gameObjectStack.getLast());
 }