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

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

931. laya.ui.TextArea [ 45%]

...ames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show I...

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

932. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 45%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/constraints/ConfigurableConstraint" ConfigurableConstraint Class ConfigurableConstraint ConfigurableConstraint类用于可设置的...

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

933. laya.ui.TextArea [ 45%]

...ames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inh...

来源: laya_api 发布时间: 20170929

934. laya.d3.component.hlod.HLODRender_API3.0 [ 45%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/HLOD/HLODRender" HLODRender Class HLODRender Hierarchy BaseRender HLODRender Implements IBoundsCell Index Constructors constructor ...

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

935. laya.ui.LayoutBox [ 45%]

...mes No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public P...

来源: laya_api 发布时间: 20170929

936. 微信小游戏提审后,提示说代码侵权 [ 45%]

...continue; if(arr2[i].indexOf("super(") !=-1) continue; if(arr2[i].indexOf("public constructor") !=-1) continue; if(arr2[i].indexOf("else") !=-1) continue; if(arr2[i].indexOf("else if") !=-1) continue; if(arr2[i].indexOf("//") !=-1) continue; if(arr2[i].indexOf("catch(") !=-1) continue; if(arr2[i].in...

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

937. 1.0 骨骼drawcall优化猥琐方法 [ 45%]

...上是这样的,先贴一下SkinMesh里相关方法:         public function render(context:*, x:Number, y:Number):void {             if (Render.isWebGL && mTexture) {                 context._renderKey = 0;                 context._sha...

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

938. laya.ui.CheckBox [ 44%]

...ames No Frames CheckBoxProperties | Methods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button Component Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,...

来源: laya_api 发布时间: 20170929

939. laya.ui.LayoutBox [ 44%]

...mes No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box UIComponent Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public...

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

940. Scene.load加载的时候无法正确的识别ResourceVersion [ 44%]

...感觉问题大概是这样的,ResourceVersion是这样处理URL的: public static function addVersionPrefix(originURL:String):String { if (manifest && manifest[originURL]) { if (type == FILENAME_VERSION) return manifest[originURL]; return manifest[originURL] + "/" + originURL; } return ...

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