• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,758 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)

1591. 使用UI组件tree时,添加的数据结构必须是xml吗?添加xml时对于tree的单元格里面的label如何控制例如visible的属性 [ 42%]

...r=new Handler(this,onTreeRender); // 返回值e代表的是item项 private function onTreeRender(e):void { //获取每条Item的alpha属性并赋值给Item对象 if(e._dataSource.isAlpha) { var alphaNum:Number=e._dataSource.isAlpha; e.alpha=alphaNum; }//如果未设置alpha的项,则默认透明...

来源: Laya_社区 发布时间: 20170717

1592. laya.d3.graphics.VertexBuffer3D_API3.0 [ 42%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1593. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 42%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1594. laya.d3.graphics.IndexBuffer3D_API3.0 [ 42%]

...setIndexData destroy getData setData unbind Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1595. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 42%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1596. laya.events.InputManager_API3.0 [ 42%]

...llOverChain _tempPoint _tempRect clickTrack Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1597. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 42%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1598. laya.d3.shader.SubShader_API3.0 [ 42%]

...rmMapType ShaderDataTypeToUniformBufferType Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

1599. laya.d3.math.Vector2_API3.0 [ 42%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

1600. 富文本:LayaAir下 HtmlDivElement的使用汇总 [ 42%]

...99999"); Laya.stage.addChild(sp);4、实现超链接 示例如下:public function HtmlDemo() { var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML="<span href='http://ask.layabox.com/'>LayaBox欢迎你的加入!</span>"; div.on(Event.LINK,this,onLink); Laya.stage.addChild(div)...

来源: Laya_社区 发布时间: 20161027