大约有 1,482 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0070 秒)
Laya_社区(799) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(23) Laya2.0_示例(5) Laya_示例(4)
...d detailAlbedoTexture detailNormalScale detailNormalTexture detailTilingOffset emissionColor emissionIntensity emissionTexture enableEmission enableVertexColor gpuMemory id materialRenderMode normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStrength parallaxTexture parallax...
来源: Laya3.0_api 发布时间: 20231115
... public function get dummy():AnimationTransform3D public function set dummy(value:AnimationTransform3D):voidforwardproperty forward:Vector3 [read-only] 获取向前方向。 Implementation public function get forward():Vector3localMatrixproperty localMatrix:Matrix4x4 获取局...
来源: laya_api 发布时间: 20170929
...ties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCall...
来源: Laya3.0_api 发布时间: 20231115
...d detailAlbedoTexture detailNormalScale detailNormalTexture detailTilingOffset emissionColor emissionIntensity emissionTexture enableEmission enableVertexColor gpuMemory id materialRenderMode metallic metallicGlossTexture normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStr...
来源: Laya3.0_api 发布时间: 20231115
...canvasDegree canvasRotation designHeight designWidth focus hitTestPrior mouseThrough name renderingEnabled screenAdaptationEnabled tag useRetinalCanvas ALIGN_BOTTOM ALIGN_CENTER ALIGN_LEFT ALIGN_MIDDLE ALIGN_RIGHT ALIGN_TOP FRAME_FAST FRAME_MOUSE FRAME_SLEEP FRAME_SLOW SCALE_EXACTFIT SCALE_FIXED_AUT...
来源: Laya3.0_api 发布时间: 20231115
...d(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _disposeResource():void[override] BaseMaterialPubl...
来源: Laya2.0_api 发布时间: 20190513
...a _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroye...
来源: Laya3.0_api 发布时间: 20231115
...关的链接 提交 1 个回复 w1114367261 赞同来自: var ss:ParticleSetting = new ParticleSetting(); //更改发射器发射速率 ss.emissionRate = 10; var par:Particle2D = new Particle2D(ss); //更改粒子时间前进 par.advanceTime(2); 2018-04-09 0 3 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20180409
...mulation():void[override] Rigidbody3D applyForce(force:Vector3, localOffset:Vector3 = null):void 应用作用力。 Rigidbody3D applyImpulse(impulse:Vector3, localOffset:Vector3 = null):void 应用冲量。 Rigidbody3D applyTorque(torque:Vector3):void 应用扭转力。 Rigidbody3D apply...
来源: Laya2.0_api 发布时间: 20190513
...Stat.show(); Laya.loader.load(partPath, Laya.Handler.create(this, this.onAssetsLoaded), null, Loader.JSON); } onAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const...
来源: Laya2.0_示例 发布时间: 20250313