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

大约有 854 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)

221. Laya.SoundManager.playSound函数参数意义 [ 75%]

...参数不理解,官方文档上写得不太明白   soundClass:Class (default = null) — 声音播放起始时间。 startTime:Number (default = 0)   这个startTime指的是从现在起延迟的秒数、毫秒数还是播放的时间戳? 2017-02-03 添加评论 免费帖 --> 分享 微...

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

222. laya.display.Animation_API3.0 [ 74%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 loop loop: boolean Inherited from AnimationBase.loop Defined in laya/display...

来源: Laya3.0_api 发布时间: 20231115

223. laya.net.Socket_API3.0 [ 74%]

...尝试连接到指定的主机和端口。 see laya.utils.Byte Parameters Default value host: string | null = null 服务器地址。 Default value port: number = 0 服务器端口。 Default value byteClass: {} = null 用于接收和发送数据的 Byte 类。如果为 null ,则使用 Byte 类,...

来源: Laya3.0_api 发布时间: 20231115

224. laya.d3.resource.RenderTextureCube_API3.0 [ 74%]

...BUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamp...

来源: Laya3.0_api 发布时间: 20231102

225. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 74%]

...这个LayaMaxUI里面没有 module ui.test这个模块         export default class LoginScene extends Laya.Scene{ public btnReg:Laya.Button; public btnLogin:Laya.Button;  constructor(){ super();  this.btnLogin.on(Laya.Event.CLICK,this,()=>{ console.log('btnLogin click') }) }  createChildr...

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

226. laya.d3.core.Avatar [ 74%]

...tructParams:Array = null):Avatar Parameters data:* propertyParams:Object (default = null) constructParams:Array (default = null)ReturnsAvatarclone()method  public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method  public function cloneTo(destObject:*):void 克隆。 Param...

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

227. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 74%]

...ber 字节长度。 bufferUsage: BufferUsage VertexBuffer3D用途类型。 Default value canRead: boolean = false 是否可读。 Returns NativeVertexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/...

来源: Laya3.0_api 发布时间: 20231115

228. laya.resource.RenderTextureCube_API3.0 [ 74%]

...BUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount multiSamp...

来源: Laya3.0_api 发布时间: 20231115

229. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 74%]

...BUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed dimension filterMode format frameBuffer gammaCorrection gammaSpace generateDepthTexture generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCou...

来源: Laya3.0_api 发布时间: 20231115

230. laya.ani.bone.Skeleton [ 74%]

...l, aniMode:int = 0) 创建一个Skeleton对象 Parameters templet:Templet (default = null) — 骨骼动画模板  aniMode:int (default = 0) — 动画模式,0不支持换装,1、2支持换装 Method Detaildestroy()methodoverride public function destroy(destroyChild:Boolean = true):void 销毁...

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