foreach(var att0 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope")){ // do something with the key/value pair "result" here. }
foreach(var att1 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope")){ // do something with the key/value pair "result" here. }
public Vector3[] uvpoints = new Vector3[4];