大约有 1,440 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)
Laya3.0_api(398) Laya_社区(300) Laya2.0_api(251) laya_api(215) Laya2.0_文档(167) Laya3.0_文档(70) Laya2.0_示例(22) Laya_示例(17)
...ublic class AnimatorInheritanceAnimator Component Object Animator 类用于创建动画组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By avatar : Avatar 获取avatar。 Animator cullingMode : int = 2 裁剪模式Animator destroye...
来源: Laya2.0_api 发布时间: 20190513
# Clip 组件参考 ## 一、通过LayaAirIDE创建Clip组件 ###1.1 创建Clip Clip 组件可用于显示位图切片动画。Clip 可以将一张图片,按横向分隔数量 clipX、竖向分隔数量 clipY,或横向分割每个切片的宽度 clipWidth、竖向分割每个切片的高度 ...
来源: Laya2.0_文档 发布时间: 20210715
...值。Physics3DUtilsPublic Methods MethodDefined By Physics3DUtils() 创建一个 Physics 实例。 Physics3DUtils getIColliderCollision(collider1:PhysicsComponent, collider2:PhysicsComponent):Boolean[static] 获取是否忽略两个碰撞器的碰撞检测。 Physics3DUtils setColliderCo...
来源: Laya2.0_api 发布时间: 20190513
...s PhysicsSimulationInheritancePhysicsSimulation Object Simulation 类用于创建物理模拟器。 Public Properties PropertyDefined By continuousCollisionDetection : Boolean 获取是否进行连续碰撞检测。 PhysicsSimulation disableSimulation : Boolean = false[static] PhysicsSimulati...
来源: Laya2.0_api 发布时间: 20190513
...uctors constructor new URL(url: string): URL Defined in laya/net/URL.ts:51 创建一个新的 URL 实例。 Parameters url: string Returns URL Properties Static basePath basePath: string = "" Defined in laya/net/URL.ts:16 基础路径。如果不设置,默认为当前网页的路径。最终地址...
来源: Laya3.0_api 发布时间: 20231115
...注册CustomShader var customShader = Laya.Shader3D.add("CustomShader"); //创建一个SubShader var subShader = new Laya.SubShader(attributeMap, uniformMap); //我们的自定义shader customShader中添加我们新创建的subShader customShader.addSubShader(subShader); //往新创建的subShader...
来源: Laya2.0_文档 发布时间: 20210715
...terAndZoom(new BMap.Point(116.32715863448607, 39.990912172420714), 15); // 创建标注物 marker = new BMap.Marker(new BMap.Point(0,0)); map.addOverlay(marker); let label = new BMap.Label("当前位置", { offset: new BMap.Size(-15, 30) }); marker.setLabel(label); } createInfoText() { const Text = ...
来源: Laya2.0_示例 发布时间: 20241119
... private _mLoadState:ESceneLoadState = ESceneLoadState.eLoadNull; // 地图创建完成回调函数 private _mCompleteHandler:Handler = null; private _mTest:number = 0; constructor(){ } /** * 创建地图,并显示当前场景 * @param conf 地图的配置信息 */ public create(conf:LevelConf, ha...
来源: Laya_社区 发布时间: 20180529
...imationTransform3D Defined in laya/d3/animation/AnimationTransform3D.ts:30 创建一个 Transform3D 实例。 Parameters owner: AnimationNode 所属精灵。 Returns AnimationTransform3D Methods event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/event...
来源: Laya3.0_api 发布时间: 20231102
...感觉不到。那么我们就来修改下,看看怎么改变样式。 //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); //设置file样式 file.style="filter:alpha(opacity=0);opacity...
来源: Laya3.0_文档 发布时间: 20241014