PrefAttribute.

SetInt(string, int) Method

Summary

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

Syntax

protected virtual void SetInt(string key, int value)

Parameters

Name Type Description
key string
value int

Return Value

Type Description
void