Class SystemBaseRegistry
Inheritance
SystemBaseRegistry
Syntax
public static class SystemBaseRegistry
Methods
AddUnmanagedSystemType(Type, Int64, 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, string debugName, int burstCompileBits)
Parameters