◆ SetVector3()

static void SetVector3 ( this IStorePreferences  interfaceReference,
string  key,
Vector3  vector 
)
static
Parameters
interfaceReferenceThis IStorePreferences will be used to set the value.
keyThis string specifies a unique key/name that is used to lookup a particular saved value in prefBase.
vectorA Vector3 value to be stored in the preference.

References IStorePreferences.SetFloat().

+ Here is the call graph for this function: