Quantcast
Channel: Answers for "Perform Action Foreach Variable of a Specific INT in an Array C#"
Browsing latest articles
Browse All 4 View Live

Answer by pako

This is a very confusing question. So, I'll just comment only on what I understand, or assume to understand. Maybe it will help clarify things. First of all: It seems that you want to use value1, which...

View Article



Answer by NoseKills

To answer your question: using UnityEngine; using System.Collections; public class Test : MonoBehaviour { const int SEARCHED_INTEGER = 2; int[] _Integers; void Start () { _Integers = new...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images