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

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

201. laya.display.Stage_API3.0 [ 76%]

...过Laya.stage访问。 Returns Stage Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._...

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

202. laya.d3.physics.CharacterController [ 75%]

...er  maxSlope : Number 获取最大坡度。 CharacterController owner : Node [只读]获取所属Node节点。 Component restitution : Number 获取弹力。 PhysicsComponent rollingFriction : Number 获取滚动摩擦力。 PhysicsComponent simulation : PhysicsSimulation[read-only] 获取模...

来源: Laya2.0_api 发布时间: 20190513

203. laya.ui.Tree_API3.0 [ 75%]

...height的值都为200。 Returns Tree Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node....

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

204. laya.ui.UIComponent [ 75%]

... Packagelaya.uiClasspublic class UIComponentInheritanceUIComponent Sprite Node EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize >...

来源: Laya2.0_api 发布时间: 20190513

205. laya.d3.core.ui3d.UI3D_API3.0 [ 75%]

... materials prefab ratioIgnor receiveShadow reflectionMode renderMode renderNode renderbitFlag resolutionRate scale sharedMaterial sharedMaterials sprite volume Methods _applyReflection _cloneTo _getCameraDistance _initialize _setOwner destroy getUITexture hasHideFlag onAdded onAwake onDestroy onDisa...

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

206. 使用3D精灵 · LayaAir3.4 · 引擎文档 · LAYABOX [ 74%]

...点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSel...

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

207. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 74%]

...Component.ts:81 连接的两个物体是否进行碰撞检测 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:3...

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

208. laya.ani.AnimationTemplet_API3.0 [ 74%]

...getAniDuration getAnimation getAnimationCount getAnimationDataWithCache getNodeCount getNodeIndexWithName getNodeKeyFrame getNodes getNodesCurrentFrameIndex getOriginalData getOriginalDataUnfixedRate getPublicExtData getTotalkeyframesLength hasListener isCreateFromURL off offAll offAllCaller on once...

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

209. laya.resource.Prefab_API3.0 [ 74%]

...te create(options?: Record<string, any>, errors?: Array<any>): Node Defined in laya/resource/HierarchyResource.ts:24 创建实例 Parameters Optional options: Record<string, any> Optional errors: Array<any> Returns Node destroy destroy(): void Inherited from Resource.destroy ...

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

210. laya.ui.ViewStack [ 74%]

...a.uiClasspublic class ViewStackInheritanceViewStack Box UIComponent Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

来源: Laya2.0_api 发布时间: 20190513