大约有 826 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...bel:String) 创建一个新的 Button 类实例。 Parameters skin:String (default = null) — 皮肤资源地址。 label:String — 按钮的文本内容。 Method DetailcreateChildren()methodoverride protected function createChildren():void 创建并添加控件子节点。 destroy()method ove...
来源: laya_api 发布时间: 20170929
...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
...如下: ```typescript /** * TypeScript语言的3D脚本示例 */ export default class TSDemo extends Laya.Script3D { constructor() { super(); } } ``` > 2D脚本与3D脚本不要混用,如果是用IDE创建的脚本模板,需要将继承的2D脚本类(Laya.Script)改为3D脚本类(Laya.Sc...
来源: Laya2.0_文档 发布时间: 20210715
...: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
...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
...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
...(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
...: [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
...(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
...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