我不会发图片,图片发不上去,就是下面这段代码,
fsnode* item = parnode(1);
fsnode* current = ownerobject(c);
//PROSESTART
//Change the 3D shape of
//PROSEEND
fsnode* theobject =
//PARAMSTART
item
//PARAMEND
;
//PROSESTART
//object to shape index number
//PROSEEND
int theindex =
//PARAMSTART
1
//PARAMEND
;
//PROSESTART
//.
//PROSEEND
setobjectshapeindex(theobject,theindex);
怎么用?
如果这种方法可行,那么是在onentry里用,还是在onsetupfinish里用呢?
请指教! |