Struct BlobPtr<T>
Namespace: Unity.Entities
Syntax
public struct BlobPtr<T>
where T : struct
Type Parameters
Name | Description |
---|---|
T |
Properties
Value
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |
Methods
GetUnsafePtr()
Declaration
public void *GetUnsafePtr()
Returns
Type | Description |
---|---|
System.Void* |