大约有 1,189 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0055 秒)
Laya3.0_api(429) Laya_社区(256) Laya2.0_api(228) laya_api(183) Laya2.0_文档(54) Laya3.0_文档(27) Laya2.0_示例(6) Laya_示例(6)
... = "PROGRESS_TIMER_TYPE_RADIAL"; public var reverseDirection:Boolean = true; public var spSize:Size; public static var PROGRESS_TIMER_TYPE_RADIAL:String = "PROGRESS_TIMER_TYPE_RADIAL" public static var PROGRESS_TIMER_TYPE_RECT:St...
来源: Laya_社区 发布时间: 20180404
...度。 `albedoTexture:BaseTexture` 反照率贴图。 `enableVertexColor:Boolean` 是否支持顶点色。 `renderMode:int` [write-only] 设置渲染模式。 `tilingOffset:Vector4` 纹理平铺和偏移。 #### 创建和使用材质 图1中,左边使用的BlinnPhong材质,右边使用的就是U...
来源: Laya2.0_文档 发布时间: 20210714
...osition.x; source.y=source.offestX+position.y; } } destroy(destroyChild?:boolean):void{ this.timer.clear(this,this.__updateBinds); this.__bindList.length=0; this.__bindList=null; super.destroy(destroyChild); } } 2. 可绑定到骨骼的内容 /** * 可绑定到骨骼的内容(实现者必须...
来源: Laya_社区 发布时间: 20190805
...取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape radius : Number[read-only] 获取半径。 SphereColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: Laya2.0_api 发布时间: 20190513
...j: IShaderCompiledObj Returns ShaderPass Properties statefirst statefirst: boolean = false Defined in laya/d3/shader/ShaderPass.ts:34 优先 ShaderPass 渲染状态 Accessors renderState get renderState(): RenderState Defined in laya/d3/shader/ShaderPass.ts:39 渲染状态。 Returns RenderState Glo...
来源: Laya3.0_api 发布时间: 20231102
...点乘 Parameters b: Vector3 Returns number equal equal(value: Vector3): boolean Defined in laya/maths/Vector3.ts:348 求四维向量是否相等 Parameters value: Vector3 Returns boolean fromArray fromArray(arr: any[], offset?: number): void Defined in laya/maths/Vector3.ts:384 从Array数组拷贝...
来源: Laya3.0_api 发布时间: 20231115
... ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween { return Pool.getItemByClass("tween", Tween)._create(target, props, duration, ease, complete, delay, coverBefore, true, autoRecover, true); } 源码在这,官网有例子...
来源: Laya_社区 发布时间: 20180109
...ddConstraint(constraint:Constraint3D, disableCollisionsBetweenLinkedBodies:Boolean = false):void 附件 : --> 2019-07-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20190702
...rObject 空对象错误 public function _derivePhysicsTransformation(force:Boolean):void { if(_nativeColliderObject==null)return;//我加了这个 _innerDerivePhysicsTransformation(_nativeColliderObject.getWorldTransform(), force); } 附件 : --> 2019-01-19 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20190119
...: AniParmType Defined in laya/components/Animation2DParm.ts:5 value value: boolean | number Defined in laya/components/Animation2DParm.ts:6 Globals "laya/components/Animation2DParm" Animation2DParm name type value Legend Object literal Variable Function Type alias Class Class with type parameter Pro...
来源: Laya3.0_api 发布时间: 20231115