CocosCreator 手动设置刚体接触回调函数
摘要:
const {ccclass,property}=cc._decorator; @ccclass export default class Test extends cc.Component{ @property({type:cc.RigidBody,visible:true}) private _ 阅读全文
posted @ 2020-06-03 16:24 kingBook 阅读(488) 评论(0) 推荐(0) 编辑