大约有 1,232 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0050 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...iveXObject("Microsoft.XMLDOM");') __JS__('xml.loadXML(value);') __JS__('}') __JS__('else') __JS__('{') __JS__('xml = new DOMParser().parseFromString(value, "text/xml");') __J...
来源: Laya_社区 发布时间: 20170221
... public function get height():Number public function set height(value:Number):voidINV_UVproperty public static var INV_UV:Array反转 UV 信息。isLinearSamplingproperty isLinearSampling:Boolean 获取当前纹理是否启用了线性采样。 Implementation public function get ...
来源: laya_api 发布时间: 20170929
...属性的更改总计。 d: number 指定运动的持续时间。 Default value s: number = 1.70158 指定过冲量,此处数值越大,过冲越大。 Returns number 指定时间的插补属性的值。 Static backInOut backInOut(t: number, b: number, c: number, d: number, s?: number): number De...
来源: Laya3.0_api 发布时间: 20231115
...eRenderTexture():Boolean public function set alwaysUseRenderTexture(value:Boolean):voidaspectRatioproperty aspectRatio:Number 获取横纵比。 Implementation public function get aspectRatio():Number public function set aspectRatio(value:Number):voidboundFrustumproperty boun...
来源: Laya2.0_api 发布时间: 20190513
...public function get farPlane():Number public function set farPlane(value:Number):voidfieldOfViewproperty fieldOfView:Number 获取视野。 Implementation public function get fieldOfView():Number public function set fieldOfView(value:Number):voidnearPlaneproperty nearPlane:Nu...
来源: Laya2.0_api 发布时间: 20190513
...来自: 再仔细看了下,应该是native下的 this.conchModel.rotate(value); 这个rotate方法可能实现的有问题,感觉明显的掉帧了,可能是底层丢失了value的精度?当每帧之间的改变很小时,会丢失那么几帧。 看不到native的代码,所以只能官...
来源: Laya_社区 发布时间: 20180423
...-1.0.5 jsversion:2.1.3.1 ios代码: +(NSString*)testString:(NSString*)value { NSLog(@"OC: %@",value); return @"LayaBox"; } as代码: var bridge = Laya.PlatformClass.createClass("JSBridge");//创建脚步代理 alert(bridge.call("testString:","hello")); xcode 上的日...
来源: Laya_社区 发布时间: 20200228
...经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组...
来源: Laya3.0_api 发布时间: 20231115
...件的窗口,来获取本地信息。<input type="file" id="myfile" value="" name="myfile" multiple="multiple"/> 这种功能在laya里面可以使用吗? 如果调用这个方法在原生js里面是可以弹出窗口的。var ne = document.createEvent('MouseEvents'); ne.initEvent('clic...
来源: Laya_社区 发布时间: 20180723
...ther (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you w...
来源: Laya_社区 发布时间: 20190730