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 SourceGetMeshType(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 |
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 |
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 |
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 |