Inheritance
AreaExtractor
public class AreaExtractor
Constructors
Declaration
[Obsolete("Will probably be removed version 2.0. Please use the other constructor.")]
public AreaExtractor()
Declaration
public AreaExtractor(Func<Area> newArea)
Parameters
Type |
Name |
Description |
Func<Area> |
newArea |
|
Properties
Declaration
public Area[] Areas { get; }
Property Value
Declaration
public Color32 ColorToExtract { get; set; }
Property Value
Declaration
public bool ConnectDiagonals { get; set; }
Property Value
Declaration
public Area[] InnerAreas { get; }
Property Value
Declaration
public int MaxAreaSize { get; set; }
Property Value
Declaration
public int MinAreaSize { get; set; }
Property Value
Declaration
public Area[] OuterAreas { get; }
Property Value
Methods
Declaration
public void ExtractAreas(TextureData textureData)
Parameters
Declaration