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

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

111. 文本-字符限制 [ 83%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; createTexts(); })(); function createTexts() { createLabel("只允许输入数字:").pos(50, 20); var input = createInput(); input.pos(50, 50); input.restrict = "0-9"; createLabel("只允许输入字母:...

来源: Laya_示例 发布时间: 20251209

112. laya.d3.graphics.VertexElementFormat_API3.0 [ 83%]

... Hierarchy VertexElementFormat Index Properties Byte2 Byte3 Byte4 ByteOne Color NormalizedShort2 NormalizedShort4 Short2 Short4 Single Vector2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/d3/graphics/VertexElementFormat.ts:24 字节数组2 S...

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

113. HTMLDivElement 标签嵌套问题 [ 83%]

... 标签嵌套问题 <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

114. 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

115. laya绘制图形进行缩放的时候有问题 [ 83%]

...y) { sp.graphics.drawPoly( 0, 0, [-35, -35, -35, 35, 35, 35, 35, -35], cfg.color, "#000000", 3 ); } public static LongCube(sp: Laya.Sprite, cfg: any) { sp.graphics.drawPoly( 0, 0, [-70, -35, -70, 35, 70, 35, 70, -35], cfg.color, "#000000", 3 ); } public static TiltedCube(sp: Laya...

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

116. 文本-字符限制 [ 83%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createTexts(); } createTexts() { this.createLabel("只允许输入数字:").pos(50, 20); let input = this.createInput(); input.pos(50, 50); input.restrict = "0-9"; this.createLabel("只允许输入...

来源: Laya2.0_示例 发布时间: 20251209

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

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

来源: laya_api 发布时间: 20170929

118. 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

119. 分享一个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

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

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

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