Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

list of vectors c#

List<Vector2> vectors = new List<Vector2>();

vectors.Add(ground1p1);
vectors.Add(ground1p2);
vectors.Add(ground1p3);
vectors.Add(ground1p4);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #vectors
ADD COMMENT
Topic
Name
7+6 =