PrefAttribute.

SetString(string, string) Method

Summary

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

Syntax

protected virtual void SetString(string key, string value)

Parameters

Name Type Description
key string
value string

Return Value

Type Description
void