大约有 854 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
Laya_社区(263) Laya3.0_api(263) Laya2.0_api(142) laya_api(119) Laya3.0_文档(34) Laya2.0_文档(28) Laya_示例(3) Laya2.0_示例(2)
...算矩阵的转置矩阵Matrix4x4Public Constants ConstantDefined By DEFAULT : Matrix4x4[static] 默认矩阵,禁止修改Matrix4x4 ZERO : Matrix4x4[static] 默认矩阵,禁止修改Matrix4x4Property Detailelementspropertypublic var elements:Float32Array矩阵元素数组Constructor DetailMat...
来源: Laya2.0_api 发布时间: 20190513
... blackTexture : Texture2D = null[static] 纯黑色纹理。Texture2D defaulteTexture : BaseTexture[override] [read-only] 获取默认纹理资源。 Texture2D filterMode : int 缩小过滤器 BaseTexture format : int[read-only] 纹理格式 BaseTexture grayTexture : Texture2D = null[stati...
来源: Laya2.0_api 发布时间: 20190513
...void Defined in laya/ani/AnimationPlayer.ts:463 播放动画。 Parameters Default value index: number = 0 动画索引。 Default value playbackRate: number = 1 播放速率。 Default value overallDuration: number = 2147483647 Default value playStart: number = 0 播放的起始时间位置。 Defa...
来源: Laya3.0_api 发布时间: 20231115
...的属性值,创建一个 Handler 类的实例。 Parameters caller:* (default = null) — 执行域。 method:Function (default = null) — 处理函数。 args:Array (default = null) — 函数参数。 once:Boolean (default = false) — 是否只执行一次。 Method Detailclear()method ...
来源: laya_api 发布时间: 20170929
... */ public Setup():void { UIID.DEFAULT_WIDTH = 960; UIID.DEFAULT_HEIGHT = 640; //Laya.init(UIID.DEFAULT_WIDTH,UIID.DEFAULT_HEIGHT, Laya.WebGL); Laya3D.init(UIID.DEFAULT_WIDTH,UIID.DEFAULT_HEIGHT, false)...
来源: Laya_社区 发布时间: 20170802
...的属性值,创建一个 Handler 类的实例。 Parameters caller:* (default = null) — 执行域。 method:Function (default = null) — 处理函数。 args:Array (default = null) — 函数参数。 once:Boolean (default = false) — 是否只执行一次。 Method Detailclear()method ...
来源: Laya2.0_api 发布时间: 20190513
...目标贴图 如果设置为null,将会使用默认的camera渲染目标 Default value offsetScale: Vector4 = null 偏移缩放 Default value shader: Shader3D = null 渲染shader Default value shaderData: ShaderData = null 渲染数据 Default value subShader: number = 0 subshader的节点 Default...
来源: Laya3.0_api 发布时间: 20231115
... uv:Array = null) 创建一个 Texture 实例。 Parameters bitmap:Bitmap (default = null) — 位图资源。 uv:Array (default = null) — UV 数据信息。 Method Detailcreate()method public static function create(source:*, x:Number, y:Number, width:Number, height:Number, offsetX:Number = 0, o...
来源: laya_api 发布时间: 20170929
...子对象及从父节点移除自己。 Parameters destroyChild:Boolean (default = true) — (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 destroyChildren()method public function destroyChildren():void 销毁所有子对象,不销毁自...
来源: laya_api 发布时间: 20170929
... props: any 要控制对象的属性 duration: number 对象TWEEN的时间 Default value ease: Function = null 缓动类型 Default value offset: number = 0 相对于上一个对象,偏移多长时间(单位:毫秒) Returns TimeLine gotoLabel gotoLabel(Label: string): void Defined in laya/ut...
来源: Laya3.0_api 发布时间: 20231115