105 {
106 for (int i = 0; i < gatheredSurfaces.Count(); i++)
107 {
108 string currSurface = gatheredSurfaces.GetKey(i);
109 foreach (string s:surfaces)
110 {
112 return gatheredSurfaces.Get(currSurface);
113 }
114 }
115
116 return vector.Zero;
117 }
bool Contains(string sample)
Returns true if sample is substring of string.