Skip to content

Commit fb91001

Browse files
author
jianglong0156
committed
remove old videoPlayer ini
1 parent 06a6ec5 commit fb91001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tojs/cocos2dx_ui.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ headers = %(cocosdir)s/cocos/ui/CocosGUI.h
3030

3131
# what classes to produce code for. You can use regular expressions here. When testing the regular
3232
# expression, it will be enclosed in "^$", like this: "^Menu*$".
33-
classes = Helper Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField UICCTextField ScrollView PageView ListView LayoutParameter LinearLayoutParameter RelativeLayoutParameter VideoPlayer HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
33+
classes = Helper Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField UICCTextField ScrollView PageView ListView LayoutParameter LinearLayoutParameter RelativeLayoutParameter HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
3434

35-
classes_need_extend = Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField ScrollView PageView ListView VideoPlayer HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
35+
classes_need_extend = Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField ScrollView PageView ListView HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
3636

3737
# what should we skip? in the format ClassName::[function function]
3838
# ClassName is a regular expression, but will be used like this: "^ClassName$" functions are also

0 commit comments

Comments
 (0)