大约有 826 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...能单一,建议用脚本方式实现,比如子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { private mat1: Laya.BlinnPhongMaterial; private newScene: Laya.Scene3D; private sMapRes = "remote/model/res/Conventional/map1.ls" private sBullRes = "remote/model/res/Conventio...
来源: Laya_社区 发布时间: 20200720
...t] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation d.logExtensionHostMessage @ /E:/laya/ide/LayaAirIDE_1.7.15/resources/app/out/vs/workbench/electron-browser/workbench.main.js:95787 /E:/laya/ide/LayaAirIDE_1.7.15/resource...
来源: Laya_社区 发布时间: 20180319
...ic function Video(width:int = 320, height:int = 240) Parameters width:int (default = 320) height:int (default = 240)Method DetailcanPlayType()method public function canPlayType(type:int):String 检测是否支持播放指定格式视频。 Parameters type:int — 参数为Video.MP4 / Video.OGG / Vi...
来源: laya_api 发布时间: 20170929
...(loops:int = 1, complete:Handler = null):void 播放 Parameters loops:int (default = 1) — 循环次数 complete:Handler (default = null) — 完成回调 stop()method public function stop():void 停止播放 Sat Apr 22 2017, 10:26 AM +08:00
来源: laya_api 发布时间: 20170422
... SubShader = Laya.SubShader; import BaseTexture = Laya.BaseTexture; export default class Test1Material extends BaseMaterial { public readonly MAIN_TEX:number = Shader3D.propertyNameToID("u_MainTex"); public readonly NOISE_TEX:number = Shader3D.propertyNameToID("u_NoiseTex"); public readonly Time:num...
来源: Laya_社区 发布时间: 20190923
... 184*****121 赞同来自: 你这个模型里面有一个空的mesh,交default 你可以问一下你们美术来解决这个问题 2019-11-15 0 0 分享 微博 QZONE 微信 184*****121 赞同来自: 2019-11-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20191113
...ction _getVertexBuffer(index:int = 0):VertexBuffer3D Parameters index:int (default = 0)ReturnsVertexBuffer3D_renderRuntime()method public function _renderRuntime(conchGraphics3D:*, renderElement:RenderElement, state:RenderState):void Parameters conchGraphics3D:* renderElement:RenderElement state...
来源: laya_api 发布时间: 20170929
...ion clear(recoverCmds:Boolean = true):void Parameters recoverCmds:Boolean (default = true)destroy()method override public function destroy():void 销毁此对象。 Fri Sep 29 2017, 06:34 PM +08:00
来源: laya_api 发布时间: 20170929
...但文档和教程搜索无果,想请教如何做才能实现。 export default class CMat extends Laya.BaseMaterial { public static _mainTex : number; public static _mainCol : number; inited : boolean = false; constructor() { super(); if(!this.inited) { CMat._mainTex = Laya.Shader3D.propertyNameT...
来源: Laya_社区 发布时间: 20190814
...ic function Video(width:int = 320, height:int = 240) Parameters width:int (default = 320) height:int (default = 240)Method DetailcanPlayType()method public function canPlayType(type:int):String 检测是否支持播放指定格式视频。 Parameters type:int — 参数为Video.MP4 / Video.OGG / Vi...
来源: Laya2.0_api 发布时间: 20190513