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

大约有 3,124 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0081 秒)

2991. laya.ani.GraphicsAni_API3.0 [ 23%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/GraphicsAni" GraphicsAni Class GraphicsAni Graphic动画 Hierarchy Graphics GraphicsAni Index Constructors constructor Accessors cmds Methods addCmd alpha clear clipRect destroy drawCircle draw...

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

2992. laya.d3.core.material.RenderState_API3.0 [ 23%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/RenderState" RenderState Class RenderState RenderState 类用于控制渲染状态。 Hierarchy RenderState Index Constructors constructor Properties blend blendEquation blendEquat...

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

2993. laya.d3.resource.models.Mesh_API3.0 [ 23%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/models/Mesh" Mesh Class Mesh Mesh 类用于创建文件网格数据模板。 Hierarchy Resource Mesh Implements IClone Index Constructors constructor Properties _id destroyedImmediately...

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

2994. [LayaAirIDE3]xcode切入切出声音不播放 [ 23%]

...string): void; enum SoundType {     BGM,     Effect,     Dialogue, } export class SoundManager {     private static instance: SoundManager;     private curBGMUrl: string;     private bgmChannel: Laya.SoundChannel | null;     private effectChannels: Map<string, Laya.SoundChannel>;...

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

2995. laya.display.Node_API3.0 [ 23%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Node" Node Class Node Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显示的所有对象。使用 Node 类排列显示列表中的显...

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

2996. laya.ani.bone.Templet_API3.0 [ 23%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Templet" Templet Class Templet 动画模板类 Hierarchy AnimationTemplet Templet Index Constructors constructor Properties _id aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic ...

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

2997. laya.events.Event_API3.0 [ 22%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Pro...

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

2998. laya.events.Keyboard_API3.0 [ 22%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/Keyboard" Keyboard Class Keyboard Keyboard 类的属性是一些常数,这些常数表示控制游戏时最常用的键。 Hierarchy Keyboard Index Properties A ALTERNATE B BACKQUOTE BACKS...

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

2999. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 22%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/constraints/ConfigurableConstraint" ConfigurableConstraint Class ConfigurableConstraint ConfigurableConstraint类用于可设置的约束组件 Hierarchy ConstraintComponent Configurable...

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

3000. 屏幕适配 · LayaAir3.4 · 引擎文档 · LAYABOX [ 22%]

...TBase } from "./IndexRT.generated"; const { regClass } = Laya; @regClass() export default class IndexRT extends IndexRTBase { onAwake(): void { //设置舞台设计宽高 Laya.stage.designWidth = 1080; Laya.stage.designHeight = 1920; //在引擎初始化之后改变舞台设置的话,必须要手...

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