Click or drag to resize

GLPlayerPrefsSetBoolArray Method

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

Parameters

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