mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5982 from samuele3hu/develop_test
[luabindings] Modify the config files for bindings-generator to fix the error about “is_ref_class”
This commit is contained in:
commit
c01491d3a3
|
@ -1 +1 @@
|
|||
Subproject commit 4e49198989adf8e55ac70756a035fc7f195e8e36
|
||||
Subproject commit 83818aec3cbe1ecf2db5380df254bab489d44f46
|
|
@ -63,7 +63,7 @@ remove_prefix =
|
|||
classes_have_no_parents =
|
||||
|
||||
# base classes which will be skipped when their sub-classes found them.
|
||||
base_classes_to_skip = Ref ProcessBase
|
||||
base_classes_to_skip =
|
||||
|
||||
# classes that create no constructor
|
||||
# Set is special and we will use a hand-written constructor
|
||||
|
|
|
@ -50,7 +50,7 @@ remove_prefix =
|
|||
classes_have_no_parents =
|
||||
|
||||
# base classes which will be skipped when their sub-classes found them.
|
||||
base_classes_to_skip = Ref ProcessBase
|
||||
base_classes_to_skip =
|
||||
|
||||
# classes that create no constructor
|
||||
# Set is special and we will use a hand-written constructor
|
||||
|
|
|
@ -68,11 +68,11 @@ remove_prefix =
|
|||
classes_have_no_parents =
|
||||
|
||||
# base classes which will be skipped when their sub-classes found them.
|
||||
base_classes_to_skip = Ref ProcessBase
|
||||
base_classes_to_skip =
|
||||
|
||||
# classes that create no constructor
|
||||
# Set is special and we will use a hand-written constructor
|
||||
abstract_classes = ArmatureDataManager ComAttribute ComRender ComAudio ActionManagerEx SceneReader GUIReader BatchNode
|
||||
abstract_classes = ArmatureDataManager ComAttribute ComRender ComAudio ActionManagerEx SceneReader GUIReader BatchNode ProcessBase
|
||||
|
||||
# Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'.
|
||||
script_control_cpp = no
|
||||
|
|
|
@ -57,7 +57,7 @@ remove_prefix =
|
|||
classes_have_no_parents = Helper
|
||||
|
||||
# base classes which will be skipped when their sub-classes found them.
|
||||
base_classes_to_skip = Ref
|
||||
base_classes_to_skip =
|
||||
|
||||
# classes that create no constructor
|
||||
# Set is special and we will use a hand-written constructor
|
||||
|
|
Loading…
Reference in New Issue