大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...Manager.ts:66 用来创建XRCamera管理类 Parameters camera: any Default value manager: WebXRSessionManager = null Returns WebXRCameraManager Properties owner owner: any Defined in laya/d3/WebXR/core/WebXRCameraManager.ts:45 parent Accessors position get position(): Vector3 set position(newPositio...
来源: Laya3.0_api 发布时间: 20231115
...于识别。 Returns number obsolute get obsolute(): boolean set obsolute(value: boolean): void Inherited from Resource.obsolute Defined in laya/resource/Resource.ts:147 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略...
来源: Laya3.0_api 发布时间: 20231115
...in laya/particle/emitter/EmitterBase.ts:92 时钟前进 Parameters Default value passedTime: number = 1 前进时间 Returns void clear clear(): void Defined in laya/particle/emitter/EmitterBase.ts:75 清理当前的活跃粒子 Returns void emit emit(): void Defined in laya/particle/emitter/Emitter...
来源: Laya3.0_api 发布时间: 20231115
... URL 与包含脚本的文本具有相同的主机名和端口。 Default value data: any = null (default = null)发送的数据。 Default value method: "get" | "post" | "head" = "get" (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 Default value responseType: "t...
来源: Laya3.0_api 发布时间: 20231115
... public function get offset():Vector2 public function set offset(value:Vector2):voidrotationproperty rotation:Number 取旋转。 Implementation public function get rotation():Number public function set rotation(value:Number):voidtilingproperty tiling:Vector2 取平铺次...
来源: laya_api 发布时间: 20170929
...oset: private _blood_area: Area = new AreaEntity( 100, 20 ); public _blood_value: number; /** 魔鬼 */ private _demon_ani: Laya.Animation; // toset: private _demon_area: Area = new AreaEntity( 100, 100); /** 靶心,参照物是魔鬼 */ private _target_ani: Laya.Animation; // toset: private _...
来源: Laya_社区 发布时间: 20180515
... public function get dataSource():* public function set dataSource(value:any):voiddirectionproperty direction:String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示垂直布局。 Implementation public function get direc...
来源: laya_api 发布时间: 20170929
...位)。 Component changeHandler : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 ProgressBar comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染...
来源: laya_api 发布时间: 20170929
... public function get dataSource():* public function set dataSource(value:any):voiddirectionproperty direction:String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示垂直布局。 Implementation public function get direc...
来源: Laya2.0_api 发布时间: 20190513
...ype : Number } ) get weight() : number { return this._weight; } set weight(value: number) { this._weight = value; } } 2.3 是否序列化保存 通过装饰器定义为组件属性后,默认状态下,属性名与值都会被序列化保存到组件被添加的场景文件或预制体文件里。...
来源: Laya3.0_文档 发布时间: 20241014