大约有 972 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
...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
...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
...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
...lter memorySize : intTerrainFilter _owner : TerrainChunkTerrainFilterProtected Properties PropertyDefined By _bufferState : BufferStateTerrainFilter _currentNumberIndices : intTerrainFilter _indexArrayBuffer : Uint16ArrayTerrainFilter _indexBuffer : IndexBuffer3DTerrainFilter _...
来源: Laya2.0_api 发布时间: 20190513
LayaAir引擎 as中 slider的两个private类改为protected 在进行自定义组件时,发现 laya.ui.Slider中有两个 private 的方法 mouseUp, mouseMove,因为使用了private,所以子类不能继承,不能修改。 2016-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20161227
...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
...blic class FontClip extends Clip { /**数值*/ protected var _valueArr:String; /**文字内容数组**/ protected var _indexMap:Object; /**位图字体内容**/ protected var _sheet:String; /**@private ...
来源: Laya_社区 发布时间: 20180414
... 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
... 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
...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