Property | Type | Description | |
---|---|---|---|
Data | uint[] | ||
Height | int | ||
HoleDetection | bool | ||
MultipartDetection | bool | ||
Width | int |
Method | Description | |
---|---|---|
InBounds ( Vector2 &coord ) : bool | ||
IsSolid ( Vector2 &pixel ) : bool | ||
IsSolid ( int index ) : bool | ||
IsSolid ( int x, int y ) : bool | ||
IsValid ( ) : bool | ||
PolygonCreationAssistance ( uint data, int width, int height ) : System |
public PolygonCreationAssistance ( uint data, int width, int height ) : System | ||
data | uint | |
width | int | |
height | int | |
return | System |