大约有 7 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0032 秒)
...景中摆放了胶囊体,圆柱体,正方体3个物体,通过鼠标点击按钮切换注视目标。 ```typescript //up向量 private var _up:Vector3 = new Vector3(0, 1, 0); ``` ```typescript //点击事件 changeActionButton.on(Event.CLICK, this, function():void{ index++; if (index % 3 === 1 ...
来源: Laya2.0_文档 发布时间: 20210714
...景中摆放了胶囊体,圆柱体,正方体3个物体,通过鼠标点击按钮切换注视目标。 ```typescript //up向量 this._up = new Laya.Vector3(0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % 3 =...
来源: Laya2.0_文档 发布时间: 20210715
...景中摆放了胶囊体,圆柱体,正方体3个物体,通过鼠标点击按钮切换注视目标。 ```typescript //up向量 private _up = new Laya.Vector3(0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % ...
来源: Laya2.0_文档 发布时间: 20210715
... private GameMain:any; private ui:any; constructor(){ //监听按钮btnA的点击事件,触发后处理 this.GameMain.newUI.btnA.on(Laya.Event.CLICK, this, this.showB); } //显示B页 private showB():void { this.GameMain.showUI(this.ui.bUI,this.GameMain.newUI) //监听按钮btnB的点击事件,...
来源: Laya2.0_文档 发布时间: 20210715
...用来播放切片动画,和显示切片动画的某一帧图片。 点击资源面板里的 Clip 组件,拖放到页面编辑区,即可添加 Tab 组件到页面上。 Clip 的脚本接口参考[Clip API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&...
来源: Laya2.0_文档 发布时间: 20210715
...用来播放切片动画,和显示切片动画的某一帧图片。 点击资源面板里的 Clip 组件,拖放到页面编辑区,即可添加 Tab 组件到页面上。 Clip 的脚本接口参考[Clip API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&...
来源: Laya2.0_文档 发布时间: 20210714
...用来播放切片动画,和显示切片动画的某一帧图片。 点击资源面板里的 Clip 组件,拖放到页面编辑区,即可添加 Tab 组件到页面上。 Clip 的脚本接口参考[Clip API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&...
来源: Laya2.0_文档 发布时间: 20210714