Summary
Saves `obj` as a prefab at `assetPath`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural - Containing Type
- PrefabGenerator
Syntax
public override void Save(ref Object obj, string assetPath, out bool hasSubAssets)
Parameters
Name | Type | Description |
---|---|---|
obj | Object | |
assetPath | string | |
hasSubAssets | bool |
Return Value
Type | Description |
---|---|
void |