大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...tDefineByName propertyNameToID Constructors constructor new Shader3D(name: string, attributeMap: any, uniformMap: any, enableInstancing: boolean, supportReflectionProbe: boolean): Shader3D Defined in laya/d3/shader/Shader3D.ts:234 创建一个 Shader3D 实例。 Parameters name: string attributeMap:...
来源: Laya3.0_api 发布时间: 20231102
...Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fit...
来源: laya_api 发布时间: 20170929
...c Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不...
来源: laya_api 发布时间: 20170929
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 View cacheAs : String 指定显示对象是否...
来源: Laya2.0_api 发布时间: 20190513
...", "var":"label", "rumtime":"" } } ] } ClassUtils getInstance(className:String):*[static] 根据名称创建 Class 实例。 ClassUtils getRegClass(className:String):*[static] 返回注册 Class 映射。 ClassUtils regClass(className:String, classDef:*):void[static] 注册 Class 映射。 ...
来源: laya_api 发布时间: 20170929
...yFilter() 创建一个 GeometryFilter 实例。 GeometryFilter event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):B...
来源: laya_api 发布时间: 20170929
... SoundChannel startTime : Number 开始时间。 SoundChannel url : String 声音地址。 SoundChannel volume : Number 音量范围从 0(静音)至 1(最大音量)。 SoundChannelPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By event(typ...
来源: laya_api 发布时间: 20170929
...lass getInstance regClass Properties Static _classMap _classMap: Record<string, any> Defined in laya/utils/ClassUtils.ts:5 Methods Static getClass getClass(className: string): any Defined in laya/utils/ClassUtils.ts:21 根据名字返回类对象。 Parameters className: string 类名(比如la...
来源: Laya3.0_api 发布时间: 20231115
socket通信发送protobuf后服务端是string var msgByteArray:WritingBuffer = new WritingBuffer(); message.writeTo(msgByteArray); msgByteArray.position=0; _socket.send(msgByteArray); send之后服务端收到数据之后为string 2016-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20161214
...mplet : AnimationTemplet 获取动画模板。 KeyframeAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties PropertyDefined By _player : AnimationPlayer动画播放器。KeyframeAnimationsPublic Methods Hide Inherited Public Methods Show Inherited Publ...
来源: laya_api 发布时间: 20170929