コード例 #1
0
ファイル: Viewer.cs プロジェクト: saihe/Effekseer
 public bool Slide(float x, float y)
 {
     return(native.Slide(x, y));
 }