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

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

271. 单选框组组件 · LayaAir3.0文档 · LAYABOX [ 53%]

单选框组组件(RadioGroup)一、通过LayaAir IDE创建RadioGroup组件1.1 创建RadioGroup1.2 RadioGroup属性1.3 脚本控制RadioGroup二、创建自定义的RadioGroup组件2.1 准备美术资源2.2 在IDE中创建Radio组件2.3 转换成RadioGroup容器三、通过代码创建RadioGrou...

来源: Laya3.0_文档 发布时间: 20241014

272. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1 [ 53%]

...exture1 ObjectImplements IVertex VertexPositionNormalColorTexture 类用于创建位置、法线、颜色、纹理顶点结构。 Public Properties PropertyDefined By  color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1  normal : Vector3[read-only] VertexPositionNormalColorText...

来源: laya_api 发布时间: 20170929

273. 按钮组件 · LayaAir3.0文档 · LAYABOX [ 52%]

按钮组件(Button)1、LayaAir IDE中使用Button组件1.1 创建Button组件1.2 Button属性1.3 脚本控制Button2、Button代码创建按钮组件(Button) 1、LayaAir IDE中使用Button组件 按钮(Button)组件是最常用的组件之一,可以显示文本标签、图标或者...

来源: Laya3.0_文档 发布时间: 20241014

274. laya.d3.resource.TextureCube_API3.0 [ 52%]

...URL Defined in laya/resource/Resource.ts:196 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...

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

275. laya.d3.graphics.VertexPositionNormalTexture0Texture1 [ 52%]

...ure0Texture1 ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties PropertyDefined By  normal : Vector3[read-only] VertexPositionNormalTexture0Texture1  position : Vector3[read-only] VertexPositionNormalTexture0Texture1  ...

来源: laya_api 发布时间: 20170929

276. 反射探针的使用说明(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 52%]

...性 按区域去设置需要使用反射探针的地方,直接在unity中创建一个空节点,在空节点的Inspector中增加一个Reflection Probe的组件,如下图所示: ![img](img/3.png) 可以在场景中增加任意多的反射探针,如下图,在场景中增加了两个反射...

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

277. 同步龙骨插槽动画方案 [ 51%]

...         }     } }   注意事项: /**          * 创建动画          * 0,使用模板缓冲的数据,模板缓冲的数据,不允许修改                    (内存开销小,计算开销小,不支持换装)          * 1...

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

278. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 51%]

...使用位图字体 在这个小节里,我们引导开发者在LayaAir里创建一个场景节点,然后通过代码加载并注册位图字体,然后使用并添加到场景节点中。 #### 操作指引: 第一步:在LayaAirIDE中创建一个场景页(导出类型为分离模式),...

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

279. HTMLDivElement中image标签多次赋值报错 [ 51%]

...= "#232628"; setup(); })(); function setup() { createParagraph(); // 代码创建 } function createParagraph() { var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = '<span style="color:black;font-weight:bold;font:24px Arial">&#16...

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

280. laya.resource.NativeRenderTexture2D_API3.0 [ 51%]

..." NativeRenderTexture2D Class NativeRenderTexture2D RenderTexture 类用于创建渲染目标。 Hierarchy BaseTexture NativeRenderTexture2D Implements IRenderTarget Index Constructors constructor Properties _id _isCameraTarget _renderTarget depthStencilTexture destroyedImmediately lock name url uui...

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