init from cocos2d-x 4.0, cut some file.

This commit is contained in:
u0u0
2019-12-11 14:33:08 +08:00
parent 6a75071c90
commit 205ecee9e7
4192 changed files with 1425626 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
if nil == cc.Physics3DComponent then
return
end
cc.Physics3DComponent.PhysicsSyncFlag =
{
NONE = 0,
NODE_TO_PHYSICS = 1,
PHYSICS_TO_NODE = 2,
NODE_AND_NODE = 3,
}
cc.Physics3DObject.PhysicsObjType =
{
UNKNOWN = 0,
RIGID_BODY = 1,
}