Struct Outline.Options
- Namespace
 - PAC.ImageEditing
 
Defines how the outline in DrawOutline(Texture2D, Color, in Options) will look.
public struct Outline.Options
  - Inherited Members
 
- Extension Methods
 
Fields
includeBottomLeft
Whether to draw the outline on the bottom-left edges.
public bool includeBottomLeft
  Field Value
includeBottomMiddle
Whether to draw the outline on the bottom-middle edges.
public bool includeBottomMiddle
  Field Value
includeBottomRight
Whether to draw the outline on the bottom-right edges.
public bool includeBottomRight
  Field Value
includeMiddleLeft
Whether to draw the outline on the middle-left edges.
public bool includeMiddleLeft
  Field Value
includeMiddleRight
Whether to draw the outline on the middle-right edges.
public bool includeMiddleRight
  Field Value
includeTopLeft
Whether to draw the outline on the top-left edges.
public bool includeTopLeft
  Field Value
includeTopMiddle
Whether to draw the outline on the top-middle edges.
public bool includeTopMiddle
  Field Value
includeTopRight
Whether to draw the outline on the top-right edges.
public bool includeTopRight
  Field Value
outlineType
public Outline.Options.OutlineType outlineType
  Field Value
Methods
EnumerateDirectionsToInclude()
Iterates over the directions associated with includeTopLeft etc for those that are true.
public readonly IEnumerable<Direction8> EnumerateDirectionsToInclude()