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

大约有 729 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)

521. laya.d3.webxr.core.WebXRInput_API3.0 [ 52%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRInput" WebXRInput Class WebXRInput author miner 类用来描述输入设备 Hierarchy EventDispatcher WebXRInput Index Constr...

来源: Laya3.0_api 发布时间: 20231115

522. 单选框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...port class NewScript extends Laya.Script { @property({ type: Laya.Radio }) public radio: Laya.Radio; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.radio.skin = "atlas/comp/radio.png"; //皮肤 this.radio.stateNum = 3; //...

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

523. laya.ui.TextInput_API3.0 [ 52%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了...

来源: Laya3.0_api 发布时间: 20231115

524. laya 1.0 源码中 RunDriver.as里measureText的问题 [ 52%]

...xp = new RegExp("^[\u4E00-\u9FA5]$"); private static var fontMap:Array = ; public static var measureText:Function = function(txt:String, font:String):* { var isChinese:Boolean = hanzi.test(txt); if (isChinese && fontMap[font]) { return fontMap[font]; } var ctx:* = Browser.context; ctx.font =...

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

525. laya.ui.TextArea_API3.0 [ 51%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一...

来源: Laya3.0_api 发布时间: 20231115

526. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 51%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeBounds" NativeBounds Class NativeBounds Hierarchy NativeBounds Implements IClone Index Constructors constructor Pr...

来源: Laya3.0_api 发布时间: 20231115

527. laya.ui.Slider_API3.0 [ 51%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Slider" Slider Class Slider 使用 Slider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择。 滑块的当...

来源: Laya3.0_api 发布时间: 20231115

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

... import laya.utils.Tween; import laya.utils.Ease; import laya.webgl.WebGL; public class TweenDemo { public function TweenDemo() { // 初始化舞台 Laya.init(1334,750, WebGL); //背景颜色 Laya.stage.bgColor = "#1b2436"; //创建缓动文本 createTween(); } //创建缓动文本 private function ...

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

529. laya.d3.math.native.ConchVector4_API3.0 [ 51%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 类用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Ind...

来源: Laya3.0_api 发布时间: 20231102

530. 设置frame会使打包VIVO Tween动画抖动闪烁 [ 51%]

设置frame会使打包VIVO Tween动画抖动闪烁 public DoFlash ():void { Laya.timer.once(700, this, this.FlashTween); } private FlashTween ():void { this.hand.scale(2, 2); this.hand.alpha = 1 Tween.to(this.hand, {scaleX:1, scaleY:1, alpha:1}, 300, null, Laya.Handler.create(this, this.DoFlash));...

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