大约有 1,654 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0055 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...Parameters name: string Returns AnimatorStateTriggerCondition Accessors id get id(): number Inherited from AnimatorStateCondition.id Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Inherited from Animato...
来源: Laya3.0_api 发布时间: 20231102
...():void[override] ColliderBase _onEnable():void[override] ColliderBase getDef():*[override] PolygonColliderProperty Detailpointspropertypoints:String用逗号隔开的点的集合,格式:x,y,x,y ... Implementation public function get points():String public function set points(...
来源: Laya2.0_api 发布时间: 20190513
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: Laya2.0_api 发布时间: 20190513
...calRotationEuler,rotationEuler。 1.rotationEuler只有set方法,没有get方法,没办法做缓动。 2.localRotationEuler有get和set方法,但是有万向锁的问题(不知道是不是我理解错了)。 3.想参考 transform.rotate()转化为四元素Quaternion来实现,可是Quat...
来源: Laya_社区 发布时间: 20170829
...fined By LightSprite() 创建一个 LightSprite 实例。 LightSprite _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _update(state:RenderState):void 更新 Sprite3D _updateConch(state:RenderState):void 更新 Sprite3D addChild(node:Node):Node[overrid...
来源: laya_api 发布时间: 20170929
...。 Laya.ShaderCompile3D.debugMode = true; var sc = Laya.ShaderCompile3D.get("SIMPLE"); //部分低端移动设备不支持高精度shader,所以如果在PC端或高端移动设备输出的宏定义值需做判断移除高精度宏定义 if (Laya.WebGL.shaderHighPrecision) sc.precompileShaderWithSha...
来源: Laya_示例 发布时间: 20251209
...自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set autoStopMusic(value:Boolean):voidmusicMutedproperty musicMuted:Boolean 背景音乐(不包括音效)是否静音。 Implementation public static functi...
来源: Laya2.0_api 发布时间: 20190513
...Sprite3D(name:String = null) 创建一个 Sprite3D 实例。 Sprite3D _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _update(state:RenderState):void 更新 Sprite3D _updateConch(state:RenderState):void 更新 Sprite3D addChild(node:Node):Node[ov...
来源: laya_api 发布时间: 20170929
...之后,这些代码转换出现问题 as 代码 override public function get visible():Boolean { return super.visible; } override public function set visible(value:Boolean):void { super.visible = value; if (value) _mcAni.removeFromParent(); } 1.7之后的转换 __getset(0,__proto,'visible',...
来源: Laya_社区 发布时间: 20180227
...plete delay duration ease eventName owner repeat runInEditor scriptPath target Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors co...
来源: Laya3.0_api 发布时间: 20231115