大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0062 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象...
来源: Laya2.0_api 发布时间: 20190513
....js 这个版本的官方自带的。 定义字段的时候 required string account = 1[default=""]; required int32 timestamp = 2[default=0]; required string sign = 3[default=""]; required int32 platform_id = 4[default=0]; ...
来源: Laya_社区 发布时间: 20180310
...一个 HTML 字符类。 Public Properties PropertyDefined By char : String 字符。HTMLChar charNum : Number 字符数量。HTMLChar height : Number 高度。 HTMLChar isWord : Boolean 表示是否是正常单词(英文|.|数字)。HTMLChar style : CSSStyle CSS 样式。HTMLChar ...
来源: laya_api 发布时间: 20170422
TimeLine.addLabel(label:String, offset:Number):TimeLine 亲测! 方法中第二个参数offset无效 如题,TimeLinde的addLabel方法的第二个参数offset没有实际效果! 1.addLabel方法中的第二个参数 offset 是什么意思 2.to方法中的 offset 又是什么意思,二者...
来源: Laya_社区 发布时间: 20170410
...rride] [read-only] 获取是否为单实例组件。 ColliderBase label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component points : String用逗号隔开的点的集合,格式:x,y,x,y ...PolygonCollider restitution : Number弹性系数,取值范围0-1,...
来源: Laya2.0_api 发布时间: 20190513
...PropertyDefined By alpha : Number alpha DrawTrianglesCmd blendMode : String blend模式 DrawTrianglesCmd color : ColorFilter 颜色变换 DrawTrianglesCmd indices : Uint16Array 顶点索引。 DrawTrianglesCmd matrix : Matrix 缩放矩阵。 DrawTrianglesCmd texture : Texture 纹...
来源: Laya2.0_api 发布时间: 20190513
... Constructors constructor new VertexElement(offset: number, elementFormat: string, elementUsage: number): VertexElement Defined in laya/d3/graphics/VertexElement.ts:31 创建顶点结构分配实例 Parameters offset: number 顶点偏移 elementFormat: string 顶点数据格式名称 elementUsage: n...
来源: Laya3.0_api 发布时间: 20231102
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...
来源: laya_api 发布时间: 20170422
...rride] [read-only] 获取是否为单实例组件。 ColliderBase label : String标签ColliderBase loop : Boolean是否是闭环,注意不要有自相交的链接形状,它可能不能正常工作ChainCollider owner : Node [只读]获取所属Node节点。 Component points : String用逗...
来源: Laya2.0_api 发布时间: 20190513
.../设置 dialog 的关闭函数处理器。 } private function onClose(name:String):void { if (name == Dialog.CLOSE) { trace("通过点击 name 为" + name +"的组件,关闭了dialog。"); } } } } import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; class Dialog_Instance extends Dia...
来源: Laya3.0_api 发布时间: 20231115