大约有 672 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(269) Laya_社区(230) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...n public function get sharedMesh():BaseMesh public function set sharedMesh(value:BaseMesh):voidConstructor DetailMeshFilter()Constructorpublic function MeshFilter(owner:MeshSprite3D) 创建一个新的 MeshFilter 实例。 Parameters owner:MeshSprite3D — 所属网格精灵。 Method...
来源: laya_api 发布时间: 20170929
...ructor() { super(); this._text = null; } get text() { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...
来源: Laya2.0_文档 发布时间: 20210715
...k function discard property,please use transform's property instead Cannot set property text of #<Button> which has only a getter XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. 问题状态 最新活动: 2018-07-09 16:04 浏览: 4...
来源: Laya_社区 发布时间: 20180709
...组中: var particleData:ParticleData = ParticleData.Create(settings, position, velocity, _currentTime); var startIndex:int = _firstFreeElement * _floatCountPerVertex * 4; for (var i:int = 0; i < 4; i++) { var j:int, offset:int; for (j = 0, offset = 4; j &l...
来源: Laya_社区 发布时间: 20190416
...xt; constructor() { super(); } get text():Laya.Text { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...
来源: Laya2.0_文档 发布时间: 20210715
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 laya3D动画无法播放 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 求教: soundManager...
来源: Laya_社区 发布时间: 20181019
...oid[override] PhysicsComponent destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用...
来源: Laya2.0_api 发布时间: 20190513
...下解决方法 Uncaught RangeError: Source is too large at Float32Array.set (native) at DynamicBatch.__proto._getRenderElement (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:5989:23) at DynamicBatch.__proto._addToRenderQueue (file:///D:/Projects_D/LayaPrjs/2017_FilesLa...
来源: Laya_社区 发布时间: 20170626
...置值。 * @param key 键名。 * @param value 值。 */ public function set(key:*, value:*):void { var index:int = indexOf(key); if (index >= 0) { _values[index] = value; return; } _keys.push(key); _values.push(value); ++_lenght; } /** * 获取指定对象的键名索引。 * @param key 键名...
来源: Laya_社区 发布时间: 20180619
...tation public function get center():Vector3 public function set center(value:Vector3):voidradiusproperty radius:Number 获取半径。 Implementation public function get radius():Number public function set radius(value:Number):voidConstructor DetailSphereCollider()Cons...
来源: laya_api 发布时间: 20170929