Class ImageExportFormatExtensions
Inheritance
System.Object
ImageExportFormatExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.Modules.Textures
Assembly: AssetRipper.Export.Modules.Textures.dll
Syntax
public static class ImageExportFormatExtensions
Methods
| Improve this Doc View SourceGetFileExtension(ImageExportFormat)
Declaration
public static string GetFileExtension(this ImageExportFormat _this)
Parameters
Type | Name | Description |
---|---|---|
ImageExportFormat | _this |
Returns
Type | Description |
---|---|
System.String |
TryGetFromExtension(String, out ImageExportFormat)
Declaration
public static bool TryGetFromExtension(string extension, out ImageExportFormat format)
Parameters
Type | Name | Description |
---|---|---|
System.String | extension | |
ImageExportFormat | format |
Returns
Type | Description |
---|---|
System.Boolean |