Show / Hide Table of Contents

Class SpriteAtlasDataExtensions

Inheritance
System.Object
SpriteAtlasDataExtensions
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 SpriteAtlasDataExtensions

Methods

| Improve this Doc View Source

GetMeshType(ISpriteAtlasData)

Declaration
public static SpriteMeshType GetMeshType(this ISpriteAtlasData data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteAtlasData.ISpriteAtlasData data
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpriteMeshType
| Improve this Doc View Source

GetPackingMode(ISpriteAtlasData)

Declaration
public static SpritePackingMode GetPackingMode(this ISpriteAtlasData data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteAtlasData.ISpriteAtlasData data
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpritePackingMode
| Improve this Doc View Source

GetPackingRotation(ISpriteAtlasData)

Declaration
public static SpritePackingRotation GetPackingRotation(this ISpriteAtlasData data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteAtlasData.ISpriteAtlasData data
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpritePackingRotation
| Improve this Doc View Source

IsPacked(ISpriteAtlasData)

Declaration
public static bool IsPacked(this ISpriteAtlasData data)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteAtlasData.ISpriteAtlasData data
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾