• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 826 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)

761. laya.ui.Button [ 27%]

...bel:String) 创建一个新的 Button 类实例。 Parameters skin:String (default = null) — 皮肤资源地址。  label:String — 按钮的文本内容。 Method DetailcreateChildren()methodoverride protected function createChildren():void 创建并添加控件子节点。 destroy()method ove...

来源: laya_api 发布时间: 20170929

762. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 27%]

...1: { txt.color="#FFFFFF"; break; } case 2: { txt.color="#FF0000"; break; } default: { txt.color="#EEE000"; break; } } } /** * 缓动完成后的回调方法 * @param txt 缓动对象 */ private function changeColor(txt:Text):void { //将文本字体改变成红色 txt.color="#FF0000"; } /** * 创建...

来源: Laya2.0_文档 发布时间: 20210715

763. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 27%]

...如下: ```typescript /** * TypeScript语言的3D脚本示例 */ export default class TSDemo extends Laya.Script3D { constructor() { super(); } } ``` > 2D脚本与3D脚本不要混用,如果是用IDE创建的脚本模板,需要将继承的2D脚本类(Laya.Script)改为3D脚本类(Laya.Sc...

来源: Laya2.0_文档 发布时间: 20210715

764. 在LayaIDE中下载的运行器启动报错 [ 27%]

...:01:10.221 15618-15618/? E/SELinux: [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL 03-19 15:01:10.386 3111-3111/? E/Tethering: No numeric data 03-19 15:01:10.391 6882-6882/? E/PlaceHolderContentViewRenderViewAdapter: APPLOGS: configHasChanged w=1080 h=1845 03-19 15:...

来源: Laya_社区 发布时间: 20180319

765. laya.ui.Button [ 27%]

...bel:String) 创建一个新的 Button 类实例。 Parameters skin:String (default = null) — 皮肤资源地址。  label:String — 按钮的文本内容。 Method Detail_skinLoaded()method protected function _skinLoaded():voidcreateChildren()method override protected function createChildren():...

来源: Laya2.0_api 发布时间: 20190513

766. 预制体模块 · LayaAir3.0文档 · LAYABOX [ 26%]

...dingRT.generated"; const { regClass, property } = Laya; @regClass() export default class LoadingRT extends LoadingRTBase { onAwake(): void { Laya.loader.load( //先加载本场景要用的 ["resources/UI/image.png", "resources/UI/progress.png", "resources/UI/progress$bar.png"] ).then(() => { let ...

来源: Laya3.0_文档 发布时间: 20241014

767. 3D中摄像机绕物体旋转该如何实现? [ 26%]

...(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </...

来源: Laya_社区 发布时间: 20170714

768. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 26%]

...: [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0 10-13 17:31:15.891 6514-6514/com.vivo.vs I/BrowserStartupController: Initializing chromium process, renderers=0 10-13 17:31:15.891 6514-6514/com.vivo.vs W/art: Attempt to remove local handle scope entry ...

来源: Laya_社区 发布时间: 20181013

769. 官方案例里摄像机绕物体旋转脚本的问题 [ 25%]

...(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. /// </...

来源: Laya_社区 发布时间: 20190224

770. socket大型项目回调 [ 25%]

...is.encodeUInt32(value.length),buffer); buffer.writeUTFBytes(value); break; default: var proto:any = protos.__messages[type] || this._clients["message " + type]; if (!!proto) { var buf:Laya.Byte = this.encodeProtos(proto, value); // buffer.writeArrayBuffer(this.encodeUInt32(buf.length)); Pomelo.write...

来源: Laya_社区 发布时间: 20180119