yozefx / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

I would like to access the objects inside the java files. #328

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I searched in two packages which are default generated.

But I could not figure it out.
Please do help me.

What version of the product are you using? On what operating system?
GameKit-OSX-r1119_20120725.zip latest

Please provide any additional information below.

As I know gk_android.blend is accessed in Main.java and for game logic we are 
calling following methods
onMessage(int type,int val)
onMessage(String from,String to,String subject,String body)

But my problem is I want to access the Objects present in gk_android.blend and 
manipulate the properties of objects at runtime.
I think it might be possible in the com.nvidia.devtech package(resides inside 
src) but I could not find the point where to knock. 

Early response would be great help for me.

Original issue reported on code.google.com by j.raviku...@gmail.com on 25 Jun 2014 at 8:45