大约有 254 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
...MeshRender 实例。 Returns SkinnedMeshRenderer Properties _bones _bones: Sprite3D[] = [] Defined in laya/d3/core/SkinnedMeshRenderer.ts:28 Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 _receiveShadow _receiveShadow: boolean Inher...
来源: Laya3.0_api 发布时间: 20231115
...nder 实例。 Returns SimpleSkinnedMeshRenderer Properties _bones _bones: Sprite3D[] = [] Inherited from SkinnedMeshRenderer._bones Defined in laya/d3/core/SkinnedMeshRenderer.ts:28 Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 _r...
来源: Laya3.0_api 发布时间: 20231115
...nderNode renderbitFlag resolutionRate scale sharedMaterial sharedMaterials sprite volume Methods _applyReflection _cloneTo _getCameraDistance _initialize _setOwner destroy getUITexture hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onReset onStart onUpdate setRend...
来源: Laya3.0_api 发布时间: 20231115
...层级面板的通用操作 2.1 创建节点 可以创建的3D节点有: Sprite3D(这是一个空节点); 基础3D节点(Cube、Sphere、Cylinder、Capsule、Cone、Plane); 特效(Particle3D、PixelLine、Trail); 灯光(DirectionLight、PointLight、SpotLight、AreaLight); ...
来源: Laya3.0_文档 发布时间: 20241014
...lass() export class Animation extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Animation }) //在IDE面板中显示属性 ani: Laya.Animation; constructor() { super(); } //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次...
来源: Laya3.0_文档 发布时间: 20241014
...Text = Laya.Text; import Image = Laya.Image; import Sprite = Laya.Sprite; export class SmartScale_T { //适配模式 private modes:string = "exactfit"; //全局文本信息 private txt: Text...
来源: Laya2.0_文档 发布时间: 20200307
...1.4 脚本控制Text2. 代码创建Text基础文本(Text) Text继承于Sprite,是静态文本的基础组件。这里我们介绍一下Text专属的组件属性。 1. LayaAir IDE中使用Text 1.1 创建Text 如图1-1所示,可以在层级窗口中右键进行创建,也可以从小部件窗...
来源: Laya3.0_文档 发布时间: 20241014
... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Static _contextScissorPortCatch _contextScissorPortCatch: Vector4 = new Vector4(0, 0, 0, 0) Defined in laya/d3/core/Camera.ts:86 Accessors active get active(): ...
来源: Laya3.0_api 发布时间: 20231115
... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Static _contextScissorPortCatch _contextScissorPortCatch: Vector4 = new Vector4(0, 0, 0, 0) Inherited from Camera._contextScissorPortCatch Defined in laya/d3/co...
来源: Laya3.0_api 发布时间: 20231115
...u 正文【不分功能和吐槽顺序,写随心生】: 1.mouseEnabled sprite我在原地画了个圆为什么只有右下区域能点击,明明设置了mouseEnabled=true,设置了size了呢?虽然官方的文档说明里有介绍,真心很多不细看的人压根不知道,也包括我...
来源: Laya_社区 发布时间: 20161109