Summary
[Editor-Only] Saves a new
Animancer.StringAsset in the `directory` and returns it.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- StringAsset
Syntax
public static StringAsset Create(StringReference name, ref string directory, out string path)
Remarks
If no `directory` is specified, this method will ask the user to select a directory manually.
Parameters
| Name | Type | Description |
|---|---|---|
| name | StringReference | |
| directory | string | |
| path | string |
Return Value
| Type | Description |
|---|---|
| StringAsset |