Method GetDefaultType
GetDefaultType(IResourceLocation)
Get the default type of object that this provider can provide.
Declaration
public virtual Type GetDefaultType(IResourceLocation location)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocation | location | The Resource location that points to the asset you want the default type of. |
Returns
Type | Description |
---|---|
Type | The default Type of of the object if one is found, null otherwise. |