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

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

141. laya.physics.PhysicsDebugDraw [ 75%]

...e : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array...

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

142. laya.ani.swf.MovieClip_API3.0 [ 75%]

...itTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalSc...

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

143. laya.device.media.Video_API3.0 [ 75%]

...heAs components currentSrc currentTime customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent ...

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

144. laya.ui.AutoBitmap [ 75%]

...w Inherited Public Properties PropertyDefined By cmds : ArrayGraphics  height : Number 表示显示对象的高度,以像素为单位。 AutoBitmap  sizeGrid : Array 当前实例的有效缩放网格数据。 如果设置为null,则在应用任何缩放转换时,将正常缩放整个显示...

来源: laya_api 发布时间: 20170929

145. laya.display.Stage [ 75%]

...自定义渲染,才能使用customRender函数渲染。 Sprite  designHeight : Number = 0设计高度(初始化时设置的高度Laya.init(width,height))Stage  designWidth : Number = 0设计宽度(初始化时设置的宽度Laya.init(width,height))Stage destroyed : Boolean = false[只...

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

146. laya.ui.ColorPicker [ 75%]

...e : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array...

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

147. 苹果笔记本下Safari中显示一半 [ 75%]

...air显示一半,跟tranform有关 <canvas id="layaCanvas" width="760" height="650" style="position: absolute; left: 0px; top: 110px; background-color: rgb(255, 237, 118); transform-origin: 0px 0px 0px; transform: matrix(0.5, 0, 0, 0.5, 311, 0);"></canvas> 其他电脑上: <canvas ...

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

148. label 和text 有啥区别 感觉差不多? [ 75%]

...有点太简单。 Laya的Scene和View什么区别? Sprite中的width,height和size(width,height)感觉没作用啊 问题状态 最新活动: 2017-01-17 17:21 浏览: 4243 关注: 2 人

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

149. ProgressBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 75%]

...x = (Laya.stage.width - progressBar.width) / 2; progressBar.y = Laya.stage.height / 2; progressBar.sizeGrid = "5,5,5,5"; progressBar.changeHandler = new Handler(this, onChange); Laya.stage.addChild(progressBar); Laya.timer.loop(100, this, changeValue); } function changeValue() { if (progressBar.valu...

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

150. laya.display.Sprite_API3.0 [ 75%]

...向坐标值。 shape.width = 100;//设置 shape 对象的宽度。 shape.height = 100;//设置 shape 对象的高度。 shape.pivotX = 50;//设置 shape 对象的水平方法轴心点坐标。 shape.pivotY = 50;//设置 shape 对象的垂直方法轴心点坐标。 Laya.stage.addChild(shape);//将...

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