Class SharedComponentDataWrapper<T>
Inherited Members
Namespace: Unity.Entities
Syntax
public class SharedComponentDataWrapper<T> : ComponentDataWrapperBase, ISerializationCallbackReceiver where T : struct, ISharedComponentData
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Value
Declaration
public T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T |