C# Class Steamworks.InteropHelp

Show file Open project: rlabrecque/Steamworks.NET Class Usage Examples

Public Methods

Method Description
PtrToStringUTF8 ( IntPtr nativeUtf8 ) : string
TestIfAvailableClient ( ) : void
TestIfAvailableGameServer ( ) : void
TestIfPlatformSupported ( ) : void

Method Details

PtrToStringUTF8() public static method

public static PtrToStringUTF8 ( IntPtr nativeUtf8 ) : string
nativeUtf8 System.IntPtr
return string

TestIfAvailableClient() public static method

public static TestIfAvailableClient ( ) : void
return void

TestIfAvailableGameServer() public static method

public static TestIfAvailableGameServer ( ) : void
return void

TestIfPlatformSupported() public static method

public static TestIfPlatformSupported ( ) : void
return void