大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...rivate const AniConfPath:String = "../../res/fighter/fighter.json"; public function Animation_Altas() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.sc...
来源: Laya2.0_示例 发布时间: 20260106
... ignore 是否忽略。 */ public static function setLayerCollision(layer1:Layer, layer2:Layer, collison:Boolean):void { _layerCollsionMatrix[layer1.number][(Layer.maxCount - 1) - layer2.number] = collison; } 自己开启两...
来源: Laya_社区 发布时间: 20180522
...erB distance normal positionOnA positionOnB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ight clone cloneTo TypeAniKey TypeTweenInfo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...erB distance normal positionOnA positionOnB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...tils.Browser; import laya.webgl.WebGL; public class Text_Overflow { public function Text_Overflow() { // 不支持WebGL时自动切换至Canvas Laya.init(600, 300, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya...
来源: Laya2.0_示例 发布时间: 20260106
...put3D multiTouchEnabled getTouch touchCount Legend Object literal Variable Function Type alias Class Class with type parameter Method Accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...on2DEvent constructor eventName params time Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
... 生成图片的区域信息 * @param callBack 0成功;1失败 */ public function onCreateCustomPic(box:Box,callBack:Handler =null):void { //box是引擎层显示的一块区域对象,你可以随便改变,下面drawToCanvas后面是绘制大小跟位置信息,大概代码就是这样 if(Bro...
来源: Laya_社区 发布时间: 20180830
...aRender; private var mouseConstraint:*; private var engine:*; /***/ public function Retitution() { super(); this.width = stageWidth; this.height = stageHeight; setup(); } private function setup():void { initMatter(); initWorld(); Laya.stage.on("resize",this,onResize); } private function initMatter()...
来源: Laya_社区 发布时间: 20171214