Struct TypeManager.SharedComponentFnPtrs
Used by codegen. Function pointer wrapper for unmanaged ISharedComponentData method overloads
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct TypeManager.SharedComponentFnPtrs
  Fields
| Name | Description | 
|---|---|
| EqualsFn | Used by codegen. FunctionPointer to a shared component's Equals method  | 
      
| GetHashCodeFn | Used by codegen. FunctionPointer to a shared component's GetHashCode method  | 
      
| ReleaseFn | Used by codegen. FunctionPointer to a shared component's Release method  | 
      
| RetainFn | Used by codegen. FunctionPointer to a shared component's Retain method  |