Class MapGraphAsset
Inheritance
object
MapGraphAsset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. |