Struct WorldDiff
Syntax
public struct WorldDiff : IDisposable
Fields
AddComponents
Declaration
public NativeArray<ComponentDiff> AddComponents
Field Value
ComponentPayload
Declaration
public NativeArray<byte> ComponentPayload
Field Value
Type |
Description |
NativeArray<System.Byte> |
|
DeletedEntityCount
Declaration
public int DeletedEntityCount
Field Value
Type |
Description |
System.Int32 |
|
Entities
Declaration
public NativeArray<EntityGuid> Entities
Field Value
EntityNames
Declaration
public NativeArray<NativeString64> EntityNames
Field Value
EntityPatches
Declaration
public NativeArray<DiffEntityPatch> EntityPatches
Field Value
LinkedEntityGroupAdditions
Declaration
public NativeArray<LinkedEntityGroupAddition> LinkedEntityGroupAdditions
Field Value
LinkedEntityGroupRemovals
Declaration
public NativeArray<LinkedEntityGroupRemoval> LinkedEntityGroupRemovals
Field Value
NewEntityCount
Declaration
public int NewEntityCount
Field Value
Type |
Description |
System.Int32 |
|
RemoveComponents
Declaration
public NativeArray<ComponentDiff> RemoveComponents
Field Value
SetCommands
Declaration
public NativeArray<DataDiff> SetCommands
Field Value
SharedSetCommands
Declaration
public SetSharedComponentDiff[] SharedSetCommands
Field Value
TypeHashes
Declaration
public NativeArray<ulong> TypeHashes
Field Value
Type |
Description |
NativeArray<System.UInt64> |
|
Properties
HasChanges
Declaration
public bool HasChanges { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Dispose()
Declaration