using BEPUphysics; ... [in your class] public Space Space; ... [in the constructor for example] Space = new Space(); [in the method called before/on every ...
確定! 回上一頁