This website requires JavaScript.
Explore
Help
Sign In
CocosPlugin
/
esengine
Watch
1
Star
0
Fork
0
You've already forked esengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
da5a1a0c79c7832e4fc48edb1c62efe91a2c4f59
esengine
/
source
/
src
/
Physics
/
Shapes
/
Shape.ts
4 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
新增shape形状
2020-06-11 20:36:36 +08:00
abstract
class
Shape
{
public
bounds
:
Rectangle
;
新增flag 帮助处理位掩码
2020-06-12 08:47:13 +08:00
public
position
:
Vector2
;
新增shape形状
2020-06-11 20:36:36 +08:00
}
Reference in New Issue
Copy Permalink