Show / Hide Table of Contents

Class TextureFormatExtensions

Inheritance
System.Object
TextureFormatExtensions
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.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class TextureFormatExtensions

Methods

| Improve this Doc View Source

IsCrunched(TextureFormat)

Declaration
public static bool IsCrunched(this TextureFormat format)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Enums.TextureFormat format
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsDxt(TextureFormat)

Declaration
public static bool IsDxt(this TextureFormat format)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Enums.TextureFormat format
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsRgb(TextureFormat)

Declaration
public static bool IsRgb(this TextureFormat format)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Enums.TextureFormat format
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾