Struct PackedSharedComponentDataChange
Represents a shared component data change in a packed format
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct PackedSharedComponentDataChange
Fields
Name | Description |
---|---|
BoxedSharedValue | Represents the shared component value for managed components. |
Component | Represents the entity and component the patch is targeted at. |
UnmanagedSharedValueDataOffsetWithManagedFlag | Represents the field offset of the shared component data for unmanaged components. |
kManagedFlag | Represents a bit mask that indicates if the share component data is managed. |