大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0045 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...遮罩 显示出来的内容与画的遮罩图形不相同 private var px:int = 200; private var py:int = 500; private var maskSPArr:Array = [["moveTo", px+0, py+0], ["lineTo", px+100, py+0], ["lineTo", px+100, py+20], ["lineTo", px+200, py+20], ["lineTo", px+200, py+60],...
来源: Laya_社区 发布时间: 20161116
...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mFactory2:Templet; private var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable...
来源: Laya_示例 发布时间: 20241125
... */ public function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween { return _create(target, props, duration, ease, complete, delay, coverBefore, true, false, true); ...
来源: Laya_社区 发布时间: 20180621
...t laya.utils.Handler; public class Loader_Sequence { private var numLoaded:int = 0; private var resAmount:int = 3; public function Loader_Sequence() { Laya.init(500, 400); // 按序列加载 monkey2.png - monkey1.png - monkey0.png // 不开启缓存 // 关闭并发加载 Laya.loader.maxLoader = 1; L...
来源: Laya2.0_示例 发布时间: 20241125
...2c8679c156>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <fb4f7e057e8e4883a548262c8679c156>:0) LayaAir3D.OnGUI () (at <fb4f7e057e8e4883a548262c8679c156>:0) System.Reflection.MonoMethod.Invoke (System.Object obj, System.Re...
来源: Laya_社区 发布时间: 20191113
...jectImplements IUpdate, laya.resource.IDestroySubclasses Animator, AttachPoint, Collider, KeyframeAnimations, Script Component3D 类用于创建组件的父类。 Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取...
来源: laya_api 发布时间: 20170929
...tartY:Number = 500; private var mFactory:Templet; private var mActionIndex:int = 0; private var mCurrIndex:int = 0; private var mArmature:Skeleton; private var mCurrSkinIndex:int = 0; private var mFactory2:Templet; private var mLabelSprite:Sprite; public function Skeleton_SpineEvent() { WebGL.enable...
来源: Laya2.0_示例 发布时间: 20241125
...影。 BaseRender enable : Boolean 获取是否可用。 BaseRender id : int[read-only] 获取唯一标识ID,通常用于识别。 BaseRender isPartOfStaticBatch : Boolean[read-only] 是否是静态的一部分。 BaseRender lightmapIndex : int 获取光照贴图的索引。 BaseRender lightmap...
来源: Laya2.0_api 发布时间: 20190513
...和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` [write-only] 设置渲染模式...
来源: Laya2.0_文档 发布时间: 20210715
...想要获取屏幕的像素:可以使用Capabilities类,如下 var hh:int = Capabilities.screenResolutionY;// 指定屏幕的最大垂直分辨率。 var ww:int = Capabilities.screenResolutionX;//指定屏幕的最大水平分辨率。 2015-11-02 0 4 分享 微博 QZONE 微信 haliluya 赞同...
来源: Laya_社区 发布时间: 20151102