docs.unity.cn
    Show / Hide Table of Contents

    Method AddUnmanagedSystemType

    AddUnmanagedSystemType(Type, Int64, SystemBaseRegistry.ForwardingFunc, SystemBaseRegistry.ForwardingFunc, SystemBaseRegistry.ForwardingFunc, SystemBaseRegistry.ForwardingFunc, SystemBaseRegistry.ForwardingFunc, SystemBaseRegistry.ForwardingFunc, String, Int32)

    Declaration
    [NotBurstCompatible]
    public static void AddUnmanagedSystemType(Type type, long typeHash, SystemBaseRegistry.ForwardingFunc onCreate, SystemBaseRegistry.ForwardingFunc onUpdate, SystemBaseRegistry.ForwardingFunc onDestroy, SystemBaseRegistry.ForwardingFunc onStartRunning, SystemBaseRegistry.ForwardingFunc onStopRunning, SystemBaseRegistry.ForwardingFunc onCreateForCompiler, string debugName, int burstCompileBits)
    Parameters
    Type Name Description
    Type type
    Int64 typeHash
    SystemBaseRegistry.ForwardingFunc onCreate
    SystemBaseRegistry.ForwardingFunc onUpdate
    SystemBaseRegistry.ForwardingFunc onDestroy
    SystemBaseRegistry.ForwardingFunc onStartRunning
    SystemBaseRegistry.ForwardingFunc onStopRunning
    SystemBaseRegistry.ForwardingFunc onCreateForCompiler
    String debugName
    Int32 burstCompileBits
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use