コード例 #1
0
ファイル: TrackAttribute.cs プロジェクト: sebjf/timeline-1
 public void AddType(TrackType type)
 {
     supportType |= type;
 }
コード例 #2
0
ファイル: TrackAttribute.cs プロジェクト: sebjf/timeline-1
 public MarkerAttribute(TrackType type)
 {
     supportType = type;
 }