大约有 438 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0060 秒)
...rnals Only exported Menu Globals "laya/d3/physics/Rigidbody3D" Rigidbody3D Class Rigidbody3D Rigidbody3D 类用于创建刚体碰撞器。 Hierarchy PhysicsTriggerComponent Rigidbody3D Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath userData TYP...
来源: Laya3.0_api 发布时间: 20231115
...i; /** * ... * @author zzz */ public class WWJ_Main { private const stageWidth:int = 540; private const stageHeight:int = 960; private var Matter:Object = Browser.window.Matter; priv...
来源: Laya_社区 发布时间: 20170822
...上Unity专案模型及错误截图。 Laya程式码:// 程序入口 class LayaAir3D { constructor() { //初始化引擎 Laya3D.init(1920, 1080, true); // //开启统计信息 // Laya.Stat.show(); //适配模式 //Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; //Laya.stage.scaleMode = Laya.Stage...
来源: Laya_社区 发布时间: 20180131
...目。代码如下: ```java package { import laya.display.Sprite; public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "data:image/svg+xml,"+'' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var s...
来源: Laya2.0_文档 发布时间: 20210715
....utils.Stat; import common.CameraMoveScript; /** * ... * @author */ public class SkinAnimation_Old { private var zombie:Sprite3D; private var changeActionButton:Button; private var curStateIndex:int = 0; private var skinAniUrl:Array = [ "../../../../res/threeDimen/skinModel/Zombie/old/Assets/Zombie/...
来源: Laya_示例 发布时间: 20241125
... at Function.eof (http://127.0.0.1:34822/game/code.js:52215:69) at Class (http://127.0.0.1:34822/game/code.js:52729:37) at Type.get (http://127.0.0.1:34822/game/code.js:57693:48) at Type.create (http://127.0.0.1:34822/game/code.js:57856:20) at Proto.EncodeMessage (http://12...
来源: Laya_社区 发布时间: 20180704
...nherited Externals Only exported Menu Globals "laya/display/Sprite" Sprite Class Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Spri...
来源: Laya3.0_api 发布时间: 20231115
...fect, BlurMaterial } from "../shader/BlurShader/BlurEffect"; export class CommandBuffer_Outline { private commandBuffer: Laya.CommandBuffer; private cameraEventFlag: Laya.CameraEventFlags = Laya.CameraEventFlags.BeforeImageEffect; private camera: Laya.Camer...
来源: Laya_社区 发布时间: 20210203
...onch5, PID: 13400 07-22 15:28:49.398: E/AndroidRuntime(13400): java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/impl/client/DefaultHttpClient; 07-22 15:28:49.398: E/AndroidRuntime(13400): at layaair.autoupdateversion.NetHelper.httpStringGet(NetHelper.java:28) 07-22 15:28:49.398...
来源: Laya_社区 发布时间: 20190722
...ted All Inherited Externals Only exported Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import laya.utils.H...
来源: Laya3.0_api 发布时间: 20231115