Class MapGraphAsset
Inheritance
System.Object
MapGraphAsset
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public static class MapGraphAsset : object
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 |
---|---|---|
System.String | filename | The asset's filename. |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T | The scriptable object type. |