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

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

12201. laya.ui.HBox_API3.0 [ 32%]

...constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns HBox Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGr...

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

12202. laya.ui.Label_API3.0 [ 32%]

...示位置。 label.width = 300;//设置 label 的宽度。 label.height = 200;//设置 label 的高度。 Laya.stage.addChild(label);//将 label 添加到显示列表。 var passwordLabel:Label = new Label("请原谅我,我不想被人看到我心里话。");//创建一个 Label 类的实例对象...

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

12203. laya.ui.TextArea_API3.0 [ 32%]

...d = true;//设置 textArea 的文本显示为粗体。 textArea.fontSize = 20;//设置 textArea 的文本字体大小。 textArea.wordWrap = true;//设置 textArea 的文本自动换行。 textArea.x = 100;//设置 textArea 对象的属性 x 的值,用于控制 textArea 对象的显示位置。 te...

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

12204. laya.ui.Dialog_API3.0 [ 32%]

...ource/ui/bg.png"); bg.sizeGrid = "40,10,5,10"; bg.width = 150; bg.height = 250; addChild(bg); var image:Image = new Image("resource/ui/image.png"); addChild(image); var button:Button = new Button("resource/ui/btn_close.png"); button.name = Dialog.CLOSE;//设置button的name属性值。 button.x = 0;...

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

12205. laya.ui.AdvImage_API3.0 [ 32%]

...laya/ui/AdvImage" AdvImage Class AdvImage 广告插件 author 小松 date -2018-09-19 Hierarchy Image AdvImage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX...

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

12206. laya.ui.WXOpenDataViewer_API3.0 [ 32%]

... Overrides UIComponent.constructor Defined in laya/ui/WXOpenDataViewer.ts:12 Returns WXOpenDataViewer Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defin...

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

12207. laya.display.Input_API3.0 [ 32%]

...put(): Input Overrides Text.constructor Defined in laya/display/Input.ts:102 创建一个新的 Input 类实例。 Returns Input Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _onPostLayout _onPostLayout: () => void Inherited from Text....

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

12208. laya.ui.UIGroup [ 32%]

...额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优...

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

12209. laya.ui.UIGroup [ 32%]

...额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不会减少drawcall数,性能中等。优...

来源: laya_api 发布时间: 20170929

12210. laya.d3.physics.Rigidbody3D [ 31%]

...By  TYPE_DYNAMIC : int = 1[static] Rigidbody3D  TYPE_KINEMATIC : int = 2[static] Rigidbody3D  TYPE_STATIC : int = 0[static] Rigidbody3DProperty DetailangularDampingpropertyangularDamping:Number 获取刚体的角阻力。 Implementation     public function get angularDamping():Number   ...

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