Skip to content

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

IEntityCreateMessage interface

实体创建消息

Signature:

typescript
export interface IEntityCreateMessage extends INetworkMessage

Extends: INetworkMessage

Properties

Property

Modifiers

Type

Description

data

{ networkId: number; entityName: string; ownerId: string; authority: AuthorityType; components: ComponentData[]; position?: Position3D; }

type

MessageType.ENTITY_CREATE

基于 MIT 许可证发布