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

大约有 326 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0068 秒)

161. laya.components.AnimatorStateCondition_API3.0 [ 67%]

...a/components/AnimatorStateCondition.ts:52 状态机过渡条件 Parameters Default value name: string = null Returns AnimatorStateCondition Accessors id get id(): number Defined in laya/components/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): v...

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

162. laya.ui.Panel_API3.0 [ 67%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...

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

163. laya.d3.component.AnimatorControllerLayer_API3.0 [ 67%]

...renceCounter IClone Index Constructors constructor Properties blendingMode defaultWeight name playOnWake BLENDINGMODE_ADDTIVE BLENDINGMODE_OVERRIDE Accessors avatarMask defaultState Methods _addReference _clearReference _getReferenceCount _removeReference addState clone cloneTo destroy getAnimatorSt...

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

164. laya.media.VideoNode_API3.0 [ 67%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...

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

165. laya.ui.ScaleBox_API3.0 [ 67%]

...aya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns ScaleBox Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited fr...

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

166. laya.ui.Box_API3.0 [ 67%]

...aya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns Box Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Te...

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

167. laya.ui.LayoutBox_API3.0 [ 67%]

...aya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns LayoutBox Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited f...

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

168. Laya2.0引擎创建3d示例项目运行报错 [ 67%]

...file ~\Documents\myLaya\myLayaEmpty\.laya\gulpfile.js [10:29:49] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 添加评论 免费帖 --> 分享 微...

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

169. laya.ui.VBox_API3.0 [ 67%]

...aya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns VBox Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from T...

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

170. drawToCanvas转出图片与游戏内显示颜色差距过大 [ 67%]

...Canvas转出图片与游戏内显示颜色差距过大 测试代码 export default class TestView {     constructor() {         this.init();     }     init() {         Laya.stage.bgColor='#ffffff';         Laya.stage.addChild(new Laya.Image('comp/img/img1.png'));         Laya.t...

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