Click or drag to resize

JsonPrefabReplaceValues Method

Replace the names enclosed in {} with respective values from a JObject.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static string ReplaceValues(
	string path,
	JToken jObject
)
Request Example View Source

Parameters

path
Type: SystemString
The string to replace values in.
jObject
Type: JToken
The JObject to get values from.

Return Value

Type: String
A string with replaced names.
See Also