Type alias DeleteComponentMessageBody

DeleteComponentMessageBody: {
    componentId: number;
    entityId: Entity;
    timestamp: number;
    type: DELETE_COMPONENT;
}

Param

Uint32 number of the entity

Param

Uint32 number of id

Param

Uint32 Lamport timestamp

Type declaration