Struct OnBeforeSinkDelegate
Struct that wraps OnBeforeSinkDelegate for a sink
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public readonly struct OnBeforeSinkDelegate
Constructors
Name | Description |
---|---|
OnBeforeSinkDelegate(Delegate) | Constructor that takes the delegate and compiles it with burst |
Properties
Name | Description |
---|---|
IsCreated | True if function pointer was created |
Methods
Name | Description |
---|---|
Invoke(IntPtr) | Invoke the compiled delegate |