PrefAttribute.

SetFloat(string, float) Method

Summary

[Editor-Only] Saves the specified float `value` with the specified `key`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
PrefAttribute

Syntax

protected virtual void SetFloat(string key, float value)

Parameters

Name Type Description
key string
value float

Return Value

Type Description
void