Skip to content

Home > @esengine/ecs-framework-monorepo > FuncPack

FuncPack class

用于包装事件的一个小类

Signature:

typescript
export declare class FuncPack<TContext = unknown>

Constructors

Constructor

Modifiers

Description

(constructor)(func, context)

Constructs a new instance of the FuncPack class

Properties

Property

Modifiers

Type

Description

context

TContext

上下文

func

Function

函数

基于 MIT 许可证发布