Files
wnmj/cocos2d/cocos/scripting/lua-bindings/script/ui/experimentalUIConstants.lua

11 lines
130 B
Lua
Raw Normal View History

2026-03-01 13:51:43 +08:00
if nil == ccexp then
return
end
ccexp.VideoPlayerEvent = {
PLAYING = 0,
PAUSED = 1,
STOPPED= 2,
COMPLETED =3,
}