Show / Hide Table of Contents

Struct SpriteAtlasPackingSettings

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.U2D
Assembly: UnityEditor.dll
Syntax
public struct SpriteAtlasPackingSettings

Properties

| Improve this Doc View Source

blockOffset

Declaration
public int blockOffset { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

enableRotation

Declaration
public bool enableRotation { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

enableTightPacking

Declaration
public bool enableTightPacking { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

padding

Declaration
public int padding { get; set; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX