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

大约有 1,073 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)

111. [LayaAirIDE3]时间轴动画调了材质引用类型的属性,调用play()接口切状态的时候调用_revertDefaultKeyframeNodes报材质属性空 [ 83%]

...      break;                         case KeyFrameValueType.Color:                             const color = property.getColor(node.getPropertyByIndex(i));                             property = new Vector4(color.r, color.g, color.b, color.a);         ...

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

112. HtmlDivElement 下划线 [ 83%]

HtmlDivElement 下划线 如何解决? <span style='color:#ffd600;font:18px SimHei;'>天天天天天天天天天天</span><span style='color:#ffd600;font:18px SimHei;line-height:18px;letter-spacing:0px;' href='1'>天天天天</span> 附件 : --> 2019-04-09 添加评论 免...

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

113. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Tangent [ 83%]

...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1TangentProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1TangentInheritanceVertexPositionNormalColorTexture0Texture1Tangent ObjectImplements IVertex ...

来源: laya_api 发布时间: 20170929

114. HTMLDivElement 标签嵌套问题 [ 82%]

... 标签嵌套问题 <span style='vertical-align:top; font-weight: bold; color:#ffffff;'><span style='vertical-align:top; color: #FFE114'>恭喜!</span> <span style='vertical-align:top; color: #FFFFFF'>包容的雁河菊</span> <span style='vertical-align:top; color...

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

115. 分享一个Shader版的CoolDown实现 [ 82%]

...          attribute vec2 texcoord; \             attribute vec4 color; \             uniform vec2 size; \             uniform mat4 mmat; \             varying vec2 v_texcoord; \             varying vec4 v_color; \             void main(){ \             ...

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

116. laya.d3.graphics.VertexElementUsage [ 82%]

...VertexElementUsage  BLENDWEIGHT0 : int = 7[static] VertexElementUsage  COLOR0 : int = 1[static] VertexElementUsage  COLOR1 : int = 13[static] VertexElementUsage  CORNERTEXTURECOORDINATE0 : int = 17[static] VertexElementUsage  DEPTH0 : int = 8[static] VertexElementUsage  DIRECTIONTIME : i...

来源: laya_api 发布时间: 20170929

117. Label属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 82%]

...| -------------------------------- | | text | 文本内容字符串。 | | color | 文本的颜色值。默认为黑色。 | | bold | 文本是否为粗体字显示。 | | font | 文本的字体名称。 | | fontSize | 文本的字体大小。 | | align | 文本的水平对齐方式。可选值有le...

来源: Laya2.0_文档 发布时间: 20210714

118. laya.display.cmd.DrawTextureCmd_API3.0 [ 82%]

...制单个贴图 Hierarchy DrawTextureCmd Index Properties alpha blendMode color height matrix texture uv width x y ID Methods recover Properties alpha alpha: number Defined in laya/display/cmd/DrawTextureCmd.ts:42 (可选)透明度。 blendMode blendMode: string | null Defined in laya/display/cm...

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

119. 关于缓动函数from的一些问题记录 [ 82%]

...0; Laya.Tween.to(letterText,{y:100,update:new Laya.Handler(this,this.changeColor,[letterText])},3000,Laya .Ease.backOut,Laya.Handler.create(this,this.onEaseComplete),1000,null,true); function onEaseComplete(){ console.log("ease complete"); } function changeColor(text){ console.log("update"); var c =...

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

120. laya.display.Graphics_API3.0 [ 82%]

...turns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Defined in laya/display/Graphics.ts:544 绘制圆形。 Parameters x: number 圆点X 轴位置。 y: number 圆点Y 轴位置。 radius: number 半径。 fillCol...

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