大约有 359 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0055 秒)
Laya_社区(143) Laya2.0_文档(63) Laya3.0_api(48) Laya3.0_文档(45) laya_api(34) Laya2.0_api(24) Laya_示例(1) Laya2.0_示例(1)
单选框组组件(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
...exture1 ObjectImplements IVertex VertexPositionNormalColorTexture 类用于创建位置、法线、颜色、纹理顶点结构。 Public Properties PropertyDefined By color : Vector4[read-only] VertexPositionNormalColorTexture0Texture1 normal : Vector3[read-only] VertexPositionNormalColorText...
来源: laya_api 发布时间: 20170929
按钮组件(Button)1、LayaAir IDE中使用Button组件1.1 创建Button组件1.2 Button属性1.3 脚本控制Button2、Button代码创建按钮组件(Button) 1、LayaAir IDE中使用Button组件 按钮(Button)组件是最常用的组件之一,可以显示文本标签、图标或者...
来源: Laya3.0_文档 发布时间: 20241014
...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
...ure0Texture1 ObjectImplements IVertex VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNormalTexture0Texture1 position : Vector3[read-only] VertexPositionNormalTexture0Texture1 ...
来源: laya_api 发布时间: 20170929
...性 按区域去设置需要使用反射探针的地方,直接在unity中创建一个空节点,在空节点的Inspector中增加一个Reflection Probe的组件,如下图所示: ![img](img/3.png) 可以在场景中增加任意多的反射探针,如下图,在场景中增加了两个反射...
来源: Laya2.0_文档 发布时间: 20210715
... } } } 注意事项: /** * 创建动画 * 0,使用模板缓冲的数据,模板缓冲的数据,不允许修改 (内存开销小,计算开销小,不支持换装) * 1...
来源: Laya_社区 发布时间: 20200618
...使用位图字体 在这个小节里,我们引导开发者在LayaAir里创建一个场景节点,然后通过代码加载并注册位图字体,然后使用并添加到场景节点中。 #### 操作指引: 第一步:在LayaAirIDE中创建一个场景页(导出类型为分离模式),...
来源: Laya2.0_文档 发布时间: 20210715
...= "#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
..." 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