C# Class FMOD.Studio.MarshallingHelper

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Methods

Method Description
stringFromNativeUtf8 ( IntPtr nativeUtf8 ) : string
stringLengthUtf8 ( IntPtr nativeUtf8 ) : int

Method Details

stringFromNativeUtf8() public static method

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

stringLengthUtf8() public static method

public static stringLengthUtf8 ( IntPtr nativeUtf8 ) : int
nativeUtf8 System.IntPtr
return int