 | 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
Syntaxpublic static string ReplaceValues(
string path,
JToken jObject
)
Request Example
View SourceParameters
- path
- Type: SystemString
The string to replace values in. - jObject
- Type: JToken
The JObject to get values from.
Return Value
Type:
StringA string with replaced names.
See Also