Click or drag to resize

GLPlayerPrefsSetFloatArray Method

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

Parameters

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