Click or drag to resize
CheckTextureAssets Class
Checks whether any Texture2D assets exceed MaxTextureSize.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Editor.Common.MenuItems.UtilCheckTextureAssets

Namespace: Slash.Unity.Editor.Common.MenuItems.Util
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public static class CheckTextureAssets

The CheckTextureAssets type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckTextures
Checks whether any Texture2D assets exceed MaxTextureSize.
Top
Fields
  NameDescription
Public fieldStatic memberMaxTextureSize
Maximum size that causes a texture not to be reported.
Top
See Also