大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0082 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...or Cannot read property 'apply' of undefined;at socketTask.onopen callback function TypeError: Cannot read property 'apply' of undefined at Function.eof (http://127.0.0.1:25423/game/code.js:53674:69) at Type.setup (http://127.0.0.1:25423/game/code.js:59330:33) at Type.encode_setup ...
来源: Laya_社区 发布时间: 20180815
...* this class is a extension of texts with gradient color */ var effect; (function (effect) { var GradientText = (function (_super) { const style = { DEFAULT: "default", VERTICAL: "vertical", HORIZONTAL: "horizontal", ...
来源: Laya_社区 发布时间: 20180824
...动不了。这里的y有问题 但是又不知道改成什么 var MyMain=(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换...
来源: Laya_社区 发布时间: 20191017
...写无效 我在View类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法可以正常使用,...
来源: Laya_社区 发布时间: 20161220
...edopropertyalbedo:Vector4 获取反射率。 Implementation public function get albedo():Vector4 public function set albedo(value:Vector4):voidcolorproperty color:Vector4 获取颜色。 Implementation public function get color():Vector4 public function set color(value...
来源: laya_api 发布时间: 20170929
...private var skeleton:SpineSkeleton; private var index: Number = -1; public function Main() { Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; Stat.show(); this.startFun(); } private function startFun(): void { this.templet =...
来源: Laya2.0_文档 发布时间: 20210715
... 2000; private var bgColorChannels:Object = {r: 99, g: 0, b: 0xFF}; public function BlendMode_Lighter() { // 不支持WebGL时自动切换至Canvas Laya.init(phoenixWidth * 2, phoenixHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode ...
来源: Laya2.0_示例 发布时间: 20241126
...age/*" id="file" type="file" /> <script> function button1(){ document.getElementById('file').click(); } 这是一个上传图片的input,但是我在layabox的某个function中写 Browser. document.getElementById('file').click(); 或者 __JS__(' document.getElemen...
来源: Laya_社区 发布时间: 20180228
...terials/Textures/Barrel_AlbedoTransparency.png', Laya.Handler.create(this, function(texture) { mat.albedoTexture = texture; })); //法线贴图 Laya.Texture2D.load('res/threeDimen/scene/PBRMaterialScene/Assets/PBR Barrel/Materials/Textures/Barrel_Normal.png', Laya.Handler.create(this, function(textu...
来源: Laya2.0_文档 发布时间: 20210714
... private var sp:Sprite; public function Sprite_DrawShapes() { Laya.init(500, 300); drawSomething(); } private function drawSomething():void ...
来源: Laya2.0_文档 发布时间: 20210715