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

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

121. laya.d3.math.Vector3_API3.0 [ 87%]

...number, y: number, z: number): this Defined in laya/d3/math/Vector3.ts:363 设置xyz。 Parameters x: number Xy: number Y。 z: number Z。 Returns this 返回Vector3 setValue setValue(x: number, y: number, z: number): Vector3 Defined in laya/d3/math/Vector3.ts:349 设置xyz。 Pa...

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

122. laya.ui.ScrollBar [ 87%]

...alpha会影响drawcall。Sprite anchorX : NumberX锚点,为0-1,设置anchorX最终通过pivotX来改变节点轴心点。UIComponent anchorY : NumberY锚点,为0-1,设置anchorY最终通过pivotY来改变节点轴心点。UIComponent  autoHide : Boolean = false一个...

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

123. laya.ui.Dialog [ 87%]

...实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设置zOrder属性,可以更改弹出的层次 通过设置popupEffect和closeEffect可以设置弹出效果和关闭效果,如果不想有任...

来源: laya_api 发布时间: 20170929

124. laya.ui.AsynDialog [ 87%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

125. laya.ui.FontClip_API3.0 [ 87%]

...p" FontClip Class FontClip 字体切片,简化版的位图字体,只需设置一个切片图片和文字内容即可使用,效果同位图字体 使用方式:设置位图字体皮肤skin,设置皮肤对应的字体内容sheet(如果多行,可以使用空格换行),示例: fontCli...

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

126. laya.device.media.Video [ 87%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  buffered : *[read-only] ...

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

127. laya.ui.Button_API3.0 [ 87%]

... Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete()...

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

128. 如何限制旋转角度 [ 87%]

...? 模型在ios中,某个特定角度下显示错误 一个动画如何设置绕自身中心点旋转,我这么设置_ani.pivot(_ani.width/2,_ani.height/2);不行,而且也没有锚点可以设置,如何实现 计算rotate旋转 (实现手指控制模型的缩放旋转)触控可以...

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

129. laya.html.dom.HTMLDivElement [ 87%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显...

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

130. laya.d3.math.Vector3 [ 87%]

...放三维向量。 Vector3  setValue(x:Number, y:Number, z:Number):void 设置xyz。 Vector3  subtract(a:Vector3, b:Vector3, o:Vector3):void[static] 求两个三维向量的差。 Vector3  toDefault():voidVector3  transformCoordinate(coordinate:Vector3, transform:Matrix4x4, result:Vector3...

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