Show / Hide Table of Contents

Class SpriteRenderDataExtensions

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

Methods

| Improve this Doc View Source

GetMeshType(ISpriteRenderData)

Declaration
public static SpriteMeshType GetMeshType(this ISpriteRenderData spriteRenderData)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteRenderData.ISpriteRenderData spriteRenderData
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpriteMeshType
| Improve this Doc View Source

GetPackingMode(ISpriteRenderData)

Declaration
public static SpritePackingMode GetPackingMode(this ISpriteRenderData spriteRenderData)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteRenderData.ISpriteRenderData spriteRenderData
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpritePackingMode
| Improve this Doc View Source

GetPackingRotation(ISpriteRenderData)

Declaration
public static SpritePackingRotation GetPackingRotation(this ISpriteRenderData spriteRenderData)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SpriteRenderData.ISpriteRenderData spriteRenderData
Returns
Type Description
AssetRipper.SourceGenerated.Enums.SpritePackingRotation
| Improve this Doc View Source

IsPacked(ISpriteRenderData)

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