C#C
C#3y ago
ItsDaGrizz

❔ Array Question (solved)

I have a question. I cant tell if I'm being stupid, but I want to use an array like for example
private float[] array = null;
and then I set the objects inside of it later, but I want to remove an item from it. I don't want to use a list because I need to be able to access specific objects for example
array[0]
Any Help is appreciated :)
Was this page helpful?