예제 #1
0
 public void AddType(TrackType type)
 {
     supportType |= type;
 }
예제 #2
0
 public MarkerAttribute(TrackType type)
 {
     supportType = type;
 }