APIUtil

Description

static class Tinman.Engine.API.APIUtil

Helper class for this namespace.

Public / Methods

Wrap

2 overloads


[Pure]
public static method Wrap1 → (1)

value in : int32

The integer value.

returns → IntPtr

The pointer value.

Wraps the given integer value.


[Pure]
public static method Wrap2 → (1)

value in : IntPtr

The pointer value.

returns → int32

The integer value.

Unwraps the given pointer value.