How to do c# collision detection?

后端 未结 4 971
难免孤独
难免孤独 2021-01-06 18:08

Are there any predefined methods in c# which allow for collision detection?

I am new to c# and am trying to get collision detection of two ellipses are there any pre

4条回答
  •  醉话见心
    2021-01-06 18:38

    I think you should definitely give a look at the XNA framework, it has loads of method to do collision detection.

    Check out this other link on how to implement it manually in c# it might be helpful.

提交回复
热议问题