docs.unity.cn
    Show / Hide Table of Contents

    Struct TypeManager.SharedComponentFnPtrs

    Used by codegen. Function pointer wrapper for unmanaged ISharedComponentData method overloads

    Namespace: Unity.Entities
    Syntax
    public struct 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

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023