Struct ImageEdit.ExtendCropOptions
- Namespace
 - PAC.ImageEditing
 
Options for ExtendCrop(Texture2D, in ExtendCropOptions).
public struct ImageEdit.ExtendCropOptions
  - Inherited Members
 
- Extension Methods
 
Fields
bottom
How many rows of pixels to add to the bottom side of the texture.
public int bottom
  Field Value
Remarks
Negative values will crop the texture.
left
How many columns of pixels to add to the left side of the texture.
public int left
  Field Value
Remarks
Negative values will crop the texture.
right
How many columns of pixels to add to the right side of the texture.
public int right
  Field Value
Remarks
Negative values will crop the texture.
top
How many rows of pixels to add to the top side of the texture.
public int top
  Field Value
Remarks
Negative values will crop the texture.