Table of Contents

Method SetFloatArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetFloatArray(string, string, float[])

Sets a float array preference.

public static void SetFloatArray(string scope, string key, float[] values)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

values float[]

The array of values to store.