mirror of https://github.com/axmolengine/axmol.git
Skip C++ invocation functions of Component
This commit is contained in:
parent
ba1191f98f
commit
e473da38cb
|
@ -118,7 +118,7 @@ skip = Node::[^setPosition$ setGLServerState description getUserObject .*UserDat
|
||||||
Device::[getTextureDataForText],
|
Device::[getTextureDataForText],
|
||||||
EventDispatcher::[dispatchCustomEvent],
|
EventDispatcher::[dispatchCustomEvent],
|
||||||
EventCustom::[getUserData setUserData],
|
EventCustom::[getUserData setUserData],
|
||||||
Component::[serialize],
|
Component::[serialize onAdd onRemove update],
|
||||||
EventListenerCustom::[init],
|
EventListenerCustom::[init],
|
||||||
EventListener::[init],
|
EventListener::[init],
|
||||||
Scene::[getCameras getLights initWithPhysics createWithPhysics getPhysicsWorld getPhysics3DWorld setPhysics3DDebugCamera],
|
Scene::[getCameras getLights initWithPhysics createWithPhysics getPhysicsWorld getPhysics3DWorld setPhysics3DDebugCamera],
|
||||||
|
|
Loading…
Reference in New Issue