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