大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0123 秒)
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...J.ts:93 _shaderInstances _shaderInstances: SingletonList<ShaderInstance> Implementation of IRenderElement._shaderInstances Inherited from NativeRenderElementOBJ._shaderInstances Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderElementOBJ.ts:83 Accessors _geometry get _geometry(): IRenderGeo...
来源: Laya3.0_api 发布时间: 20231115
...o read only property 'getElementsByClassName' of object '#<HTMLDocument>' 有品青年 • 2018-11-19 11:21 @cuixueying:引入库之后,怎么解析xml字符串啊?麻烦代码举个例子,感谢 Laya_Aaron • 2018-07-24 10:45 小游戏字体需要看小游戏文档 152*****351 • 2018...
来源: Laya_社区 发布时间: 20180103
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...ysicsSimulation._btTempTransform1; var sweepShape = shape._btShape; out.length = 0; bt.btVector3_setValue(convexPosFrom, -fromPosition.x, fromPosition.y, fromPosition.z); bt.btVector3_setValue(convexPosTo, -toPosition.x, toPosition.y, toPosition.z); bt.ConvexResultCallback_set_m_collisionFilterGroup...
来源: Laya_社区 发布时间: 20201017
...eference_table.cc:113] 510: 0x6fc37838 java.lang.Class<java.lang.String> 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indirect_reference_table.cc:113] 509: 0x131f4ae0 java.lang.String "682464.0" 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indire...
来源: Laya_社区 发布时间: 20180322
...来自: 微信里面的Function这样定义:function (){if(arguments.length>0&&"return this"===arguments[arguments.length-1])return function(){return e}} Chrome和预览里面的Function这样定义:function Function() { [native code] } 2018-03-07 0 0 分享 微博 QZONE 微信 Laya_A...
来源: Laya_社区 发布时间: 20180302
...ath.split("/"); var tempFileName = temp[temp.length - 1]; var fileurlkey = readyUrl; var fileObj = MiniFileMgr.getFileInfo(readyUrl); var saveFilePath = MiniFileMgr.getFileNativePath(tempFil...
来源: Laya_社区 发布时间: 20200529
...alize(u_CameraPos.xyz - v_wpos.xyz); vec3 H = normalize(L + V); if (LdotN > 0.0) { float HdotN = max(0.0, dot(H, N)); // blinn-phone specular = u_DirectionLight.Color.rgb * pow(HdotN, _SpecularGlossy * 100.0) * _SpecularIntensity; } vec3 ambient = u_AmbientColor.rgb; gl_FragColor = vec4(di...
来源: Laya_社区 发布时间: 20190923