コード例 #1
0
ファイル: Viewer.cs プロジェクト: saihe/Effekseer
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, bool isTranslucent)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, isTranslucent));
 }
コード例 #2
0
ファイル: Viewer.cs プロジェクト: dmitsuki/Effekseer
 public bool RecordAsGifAnimation(string path, int count, int offsetFrame, int freq, TransparenceType transparenceType)
 {
     return(native.RecordAsGifAnimation(path, count, offsetFrame, freq, transparenceType));
 }