docs.unity.cn
    Show / Hide Table of Contents

    Method AddUnmanagedSystemType

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

    Declaration
    public static void AddUnmanagedSystemType(Type type, long typeHash, SystemBaseRegistry.ForwardingFunc onCreate, SystemBaseRegistry.ForwardingFunc onUpdate, SystemBaseRegistry.ForwardingFunc onDestroy, SystemBaseRegistry.ForwardingFunc onStartRunning, SystemBaseRegistry.ForwardingFunc onStopRunning, 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
    String debugName
    Int32 burstCompileBits
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021