mirror of https://github.com/axmolengine/axmol.git
[JSB] Armature should be able to be extended in JS.
This commit is contained in:
parent
7a52d2aad7
commit
e25c4b5f4d
|
@ -79,3 +79,4 @@ abstract_classes = ColliderDetector ColliderBody ArmatureDataManager ComAttribut
|
||||||
# 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'.
|
# 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
|
script_control_cpp = no
|
||||||
|
|
||||||
|
classes_need_extend = Armature
|
||||||
|
|
Loading…
Reference in New Issue