• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 972 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)

1. CameraMoveScript.as在哪儿下载群里的有错 [ 100%]

...ger; /** * ... * @author */ public class CameraMoveScript extends Script { protected var lastMouseX:Number; protected var lastMouseY:Number; protected var yawPitchRoll:Vector3 = new Vector3(); protected var resultRotation:Quaternion = new Quaternion(); protected var tempRotationZ:Quaternion = new Qu...

来源: Laya_社区 发布时间: 20170218

2. 2.0版本可用的CameraMoveScript.ts [ 96%]

...s CameraMoveScript extends Laya.Script {      /** @private */     protected _tempVector3: Laya.Vector3 = new Laya.Vector3();     protected lastMouseX: number;     protected lastMouseY: number;     protected yawPitchRoll: Laya.Vector3 = new Laya.Vector3();     protected resul...

来源: Laya_社区 发布时间: 20200707

3. 自动旋转后残影 [ 96%]

...aya.utils.Browser; import laya.utils.Tween;     public class testVH {   protected var _tip:Sprite; public function testVH() { IEventDispatcher; Config.isAlpha = true; Config.isAntialias = true; Laya.init(0, 0,true); Laya.stage.bgColor = "#000000"; ChangeSize(); Laya.timer.once(1000,this,function ...

来源: Laya_社区 发布时间: 20190520

4. laya.d3.terrain.TerrainFilter [ 95%]

...lter  memorySize : intTerrainFilter  _owner : TerrainChunkTerrainFilterProtected Properties PropertyDefined By  _bufferState : BufferStateTerrainFilter  _currentNumberIndices : intTerrainFilter  _indexArrayBuffer : Uint16ArrayTerrainFilter  _indexBuffer : IndexBuffer3DTerrainFilter  _...

来源: Laya2.0_api 发布时间: 20190513

5. as中 slider的两个private类改为protected [ 94%]

LayaAir引擎 as中 slider的两个private类改为protected 在进行自定义组件时,发现 laya.ui.Slider中有两个 private 的方法 mouseUp, mouseMove,因为使用了private,所以子类不能继承,不能修改。 2016-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

来源: Laya_社区 发布时间: 20161227

6. 鼠标穿透问题 [ 93%]

...ndler; import laya.webgl.WebGL; public class Bootstrapper extends Sprite { protected var _list:List; protected var _items:Array; protected var _loadingBg:Sprite; public function Bootstrapper() { Laya.init(696, 1118, WebGL); Laya.stage.bgColor = "#232628"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; ...

来源: Laya_社区 发布时间: 20170323

7. FontChip不能显示 [ 91%]

...blic class FontClip extends Clip {         /**数值*/         protected var _valueArr:String;         /**文字内容数组**/         protected var _indexMap:Object;         /**位图字体内容**/         protected var _sheet:String;         /**@private ...

来源: Laya_社区 发布时间: 20180414

8. laya.physics.joint.MouseJoint [ 90%]

...  selfBody : RigidBody[首次设置有效]关节的自身刚体MouseJointProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _joint : *原生关节对象JointBasePublic Methods Hide Inherited Public Methods Show Inherited Public Methods...

来源: Laya2.0_api 发布时间: 20190513

9. laya.d3.core.material.BaseMaterial [ 88%]

... setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods  MethodDefined By  _addDisablePublicShaderDefine(value:int):void 增加禁用宏定义。 BaseMaterial  _addShaderDefine(value:int):void 增加Shader宏定义。 BaseMaterial  _getBool(shaderIndex:int)...

来源: laya_api 发布时间: 20170929

10. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 88%]

...ss() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: number = 0; protected yawPitchRoll: Laya.Vector3 = new Laya.Vector3(); protected resultRotation: Laya.Quaterni...

来源: Laya3.0_文档 发布时间: 20241014