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

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

121. laya.d3.core.Camera_API3.0 [ 43%]

...加camera渲染节点渲染缓存 Parameters event: CameraEventFlags 相机事件标志 commandBuffer: CommandBuffer 渲染命令流 Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type paramet...

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

122. laya.resource.RenderTexture2D_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

123. laya.d3.resource.RenderTextureCube_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

124. laya.resource.NativeRenderTexture2D_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

125. laya.resource.RenderTextureCube_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

126. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

127. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 43%]

...m EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个...

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

128. laya.d3.webxr.core.WebXRCamera_API3.0 [ 43%]

...加camera渲染节点渲染缓存 Parameters event: CameraEventFlags 相机事件标志 commandBuffer: CommandBuffer 渲染命令流 Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type paramet...

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

129. laya.components.AnimationClip2D_API3.0 [ 42%]

...Event): void Defined in laya/components/AnimationClip2D.ts:474 添加动画事件。 Parameters event: Animation2DEvent 动画事件 Returns void destroy destroy(): void Inherited from Resource.destroy Defined in laya/resource/Resource.ts:235 销毁资源,销毁后资源不能恢复。 Returns void ...

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

130. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 42%]

...通过IEditorEnv.Gizmos2D接口,并且目前只支持onDrawGizmosSelected事件,不支持onDrawGizmos和onSceneGUI事件。 以下是2D的一个例子: @IEditorEnv.customEditor(Script2) export class TestCustomEditor extends IEditorEnv.CustomEditor { private _c: IEditorEnv.IGizmoCircle; onDrawG...

来源: Laya3.0_文档 发布时间: 20241014