コード例 #1
0
ファイル: API.cs プロジェクト: stallon/SurvivalIsland
 public static extern void RayCast( IntPtr w, Vector2 point1, Vector2 point2, RAYCASTCALLBACK cb);
コード例 #2
0
 public static extern void RayCast(IntPtr w, Vector2 point1, Vector2 point2, RAYCASTCALLBACK cb);