Click or drag to resize

JsonPrefabConverter Constructor

Create a new JsonConverter for prefab(s).

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

Parameters

path
Type: SystemString
Prefab path. Anything enclosed in {} is replaced with the value of a property.
See Also