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

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

131. 关于射线碰撞的问题,对于射线的罗辑方式不太了解,懂得进来帮忙看一下!~~~~~~~~~~ [ 71%]

...rayCast(ray2, rayCastHit2, 300);                 if(rayCastHit2.sprite3D)    {        //这里取碰撞点的y值给角色重新赋值        var currPosition:Vector3 = new Vector3(_position.x, rayCastHit2.position.y, _position.z);        roleModel.transform.position = currP...

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

132. laya.ui.HSlider [ 71%]

...Packagelaya.uiClasspublic class HSliderInheritanceHSlider Slider Component Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlider 控件采用水平方向。滑块轨道从左向右扩展,而标签位于轨道...

来源: laya_api 发布时间: 20170929

133. laya.ui.LayoutBox [ 71%]

...ackagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 子对象...

来源: laya_api 发布时间: 20170929

134. laya.ui.TextInput_API3.0 [ 71%]

...fined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in ...

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

135. laya.ui.TextArea [ 71%]

...iClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...

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

136. laya.ui.DialogManager [ 71%]

...nts Packagelaya.uiClasspublic class DialogManagerInheritanceDialogManager Sprite Node EventDispatcher Object DialogManager 对话框管理容器,所有的对话框都在该容器内,并且受管理器管理。 任意对话框打开和关闭,都会出发管理类的open和close事件 可以通...

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

137. laya.ui.Tab [ 71%]

...s Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box Component Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默...

来源: laya_api 发布时间: 20170929

138. laya.ui.Panel [ 71%]

...nts Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node ...

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

139. laya.ui.TextArea_API3.0 [ 70%]

...raphics _graphics: AutoBitmap Inherited from TextInput._graphics Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in ...

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

140. 我想做下切换3D模型贴图。是需要删除原贴图,再添加新贴图吗 [ 70%]

...,想给它六个面贴不同的贴图,该如何处理? 为什么给Sprite容器添加点击事件没反应 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 问题状态 最新活动: 2017-10-24 10:30 浏览: 1101 关注: 2 人 haiboannacom • 2017-10-24 11:03 ...

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