Click or drag to resize

GLPlayerPrefsSetIntArray Method

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void SetIntArray(
	string scope,
	string key,
	int[] values
)

Parameters

scope
Type: SystemString
key
Type: SystemString
values
Type: SystemInt32
See Also