package
0.3.36
Repository: https://github.com/pangdogs/core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Concurrent 获取多线程安全的运行时上下文.
Current 获取当前运行时上下文.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewContext 创建运行时上下文.
NewFrame 创建帧,在运行时初始化时可以设置帧,用于设置运行时帧更新方式,在逻辑运行过程中可以在运行时上下文中获取帧信息。.
Deprecated: UnsafeConcurrentContext 访问多线程安全的上下文接口内部函数.
Deprecated: UnsafeContext 访问运行时上下文内部方法.
Deprecated: UnsafeFrame 访问帧内部方法.
Deprecated: UnsafeNewContext 内部创建运行时上下文.

# Constants

# Variables

运行时上下文错误.
实体管理器错误.
实体树错误.
帧错误.
No description provided by the author

# Structs

ContextBehavior 运行时上下文行为,在扩展运行时上下文能力时,匿名嵌入至运行时上下文结构体中.
ContextOptions 创建运行时上下文的所有选项.
FrameOptions 帧的所有选项.

# Interfaces

ConcurrentContext 多线程安全的运行时上下文接口.
Context 运行时上下文接口.
EntityMgr 实体管理器接口.
EntityTree 实体树接口.
EventEntityMgrAddEntity 事件:实体管理器添加实体 +event-gen:export=0.
EventEntityMgrEntityAddComponents 事件:实体管理器中的实体添加组件 +event-gen:export=0.
EventEntityMgrEntityFirstAccessComponent 事件:实体管理器中的实体首次访问组件 +event-gen:export=0.
EventEntityMgrEntityRemoveComponent 事件:实体管理器中的实体删除组件 +event-gen:export=0.
EventEntityMgrRemoveEntity 事件:实体管理器删除实体 +event-gen:export=0.
EventEntityTreeAddNode 事件:新增实体树节点 +event-gen:export=0.
EventEntityTreeRemoveNode 事件:删除实体树节点 +event-gen:export=0.
Frame 帧,在运行时初始化时可以设置帧,用于设置运行时帧更新方式,在逻辑运行过程中可以在运行时上下文中获取帧信息.
GC GC接口.
GCCollector GC收集器接口.

# Type aliases

ConcurrentContextProvider 多线程安全的上下文提供者.
CurrentContextProvider 当前上下文提供者.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RunningState 运行状态.