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

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

1. laya.ui.Clip_API3.0 [ 100%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Clip" Clip Class Clip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖向分割每个切片的高度 ...

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

2. laya.ui.FontClip_API3.0 [ 91%]

.../Protected All Inherited Externals Only exported Menu Globals "laya/ui/FontClip" FontClip Class FontClip 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字体 使用方式:设置位图字体皮肤skin,设置皮肤对应的字...

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

3. laya.d3.component.AnimatorState_API3.0 [ 87%]

...lements IReferenceCounter IClone Index Constructors constructor Properties clipEnd clipStart name speed Accessors clip Methods _addReference _clearReference _getReferenceCount _removeReference addScript clone cloneTo getScript getScripts Constructors constructor new AnimatorState(): AnimatorState De...

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

4. laya.components.AnimatorState2D_API3.0 [ 83%]

...erarchy EventDispatcher AnimatorState2D Implements IClone Index Properties clipEnd clipStart cycleOffset loop name speed yoyo Accessors clip Methods addScript clone cloneTo destroy event getScript getScripts hasListener off offAll offAllCaller on once Properties clipEnd clipEnd: number = 1 Defined i...

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

5. laya.ui.Tree_API3.0 [ 82%]

..."resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree_folder.png", "resource/ui/clip_tree_arrow.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { var xmlString:String;//创建一个xml字符串,...

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

6. laya.d3.component.animator.AnimatorState_API3.0 [ 80%]

...ate Implements IClone Index Constructors constructor Properties _isLooping clipEnd clipStart curTransition cycleOffset name speed EVENT_OnStateEnter EVENT_OnStateExit EVENT_OnStateLoop EVENT_OnStateUpdate Accessors clip islooping soloTransitions transitions Methods addScript clone cloneTo event getS...

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

7. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 52%]

... ParticleShaderValue Index Constructors constructor Properties ALPHA alpha clipMatDir clipMatPos clipOff color colorAdd defines filters mainID mmat ref shader size subID texture textureHost u_CurrentTime u_Duration u_EndVelocity u_Gravity u_MvpMatrix u_mmat2 u_texture TEMPMAT4_ARRAY Methods clear re...

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

8. laya.ui.UIComponent_API3.0 [ 31%]

...ze > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name ...

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

9. laya.ui.Image_API3.0 [ 30%]

...ge 类是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 example 以下示例代码,创建了一个新的 Image 实例,设置了它的皮肤、位...

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

10. laya.ui.WXOpenDataViewer_API3.0 [ 26%]

...鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void...

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