Files
wnmj/cocos2d/cocos/scripting/lua-bindings/script/3d/3dConstants.lua

17 lines
198 B
Lua
Raw Normal View History

2026-03-01 13:51:43 +08:00
if nil == cc.Terrain then
return
end
cc.Terrain.CrackFixedType =
{
SKIRT = 0,
INCREASE_LOWER = 1,
}
cc.Animate3DQuality =
{
QUALITY_NONE = 0,
QUALITY_LOW = 1,
QUALITY_HIGH = 2,
}