- Home /
Stack in unity
I need to create 3 Stack in Unity and add some GameObject in this stack , i do not know how to create this , any one can help me ??????????
Comment
Best Answer
Answer by Kryptos · Nov 09, 2012 at 09:02 AM
Check the documentation: Stack<T>.
Stacks have three main methods:
If you want to learn more about Stacks, check out the wiki page: Stack (abstract data type)
Your answer

Follow this Question
Related Questions
Creating a stack 1 Answer
Can't retrieve stack information from a dll 1 Answer
Post Processing Stack Bloom Intensity C# 2 Answers
I'm getting StackOverFlowException 1 Answer
Item duration doesn't stack 3 Answers