Table of Contents

Struct IncomingEntityUpdate

Namespace
Coherence.Entities
Assembly
Coherence.Entities.dll
public struct IncomingEntityUpdate

Fields

Components

public DeltaComponents Components

Field Value

DeltaComponents

Meta

public EntityWithMeta Meta

Field Value

EntityWithMeta

Properties

Entity

public Entity Entity { get; }

Property Value

Entity

IsCreate

public bool IsCreate { get; }

Property Value

bool

IsDestroy

public bool IsDestroy { get; }

Property Value

bool

Methods

Merge(in IncomingEntityUpdate, IComponentInfo)

public void Merge(in IncomingEntityUpdate other, IComponentInfo componentInfo)

Parameters

other IncomingEntityUpdate
componentInfo IComponentInfo

New(int)

public static IncomingEntityUpdate New(int capacity = 0)

Parameters

capacity int

Returns

IncomingEntityUpdate

ToString()

public override string ToString()

Returns

string