Class MapGraphAsset
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public static class MapGraphAsset
Methods
Create<T>(string)
Creates a new versioned scriptable object and initializes it with the current Map Graph version.
Declaration
public static T Create<T>(string filename) where T : VersionedScriptableObject
Parameters
Type | Name | Description |
---|---|---|
string | filename | The asset's filename. |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T | The scriptable object type. |