Auki::ConjureKit::Manna::Carrot
Public Functions
| Name | |
|---|---|
| Carrot(Vector2 start, Vector2 end) |
Public Attributes
| Name | |
|---|---|
| Vector2 | Start |
| Vector2 | End |
| List< Vector2Int > | Pixels |
| List< float > | EarlGreys |
| int | NumPixs |
| int | NumDarkPixs |
| int | IndexFrstDarkPix |
| int | IndexLastDarkPix |
| float | DarkSubsectionAvgLightness |
| Vector2 | TransitionPosition |
| int | PIndex |
| int | QIndex |
| Vector2Int | P |
| Vector2Int | Q |
| float | PGrayscale |
| float | QGrayscale |
| string | PqFailureReport |
Public Functions Documentation
function Carrot
Carrot(
Vector2 start,
Vector2 end
)
Public Attributes Documentation
variable Start
Vector2 Start;
variable End
Vector2 End;
variable Pixels
List< Vector2Int > Pixels;
variable EarlGreys
List< float > EarlGreys;
variable NumPixs
int NumPixs;
variable NumDarkPixs
int NumDarkPixs;
variable IndexFrstDarkPix
int IndexFrstDarkPix;
variable IndexLastDarkPix
int IndexLastDarkPix;
variable DarkSubsectionAvgLightness
float DarkSubsectionAvgLightness;
variable TransitionPosition
Vector2 TransitionPosition;
variable PIndex
int PIndex;
variable QIndex
int QIndex;
variable P
Vector2Int P;
variable Q
Vector2Int Q;
variable PGrayscale
float PGrayscale;
variable QGrayscale
float QGrayscale;
variable PqFailureReport
string PqFailureReport = "";