[]
Initialize a new instance of ResourceRegion struct.
public ResourceRegion(int left, int top, int front, int right, int bottom, int back)
Type | Name | Description |
---|---|---|
int | left | Left coordinates (inclusive) |
int | top | Top coordinates (inclusive) |
int | front | Front coordinates (inclusive) |
int | right | Right coordinates (exclusive) |
int | bottom | Bottom coordinates (exclusive) |
int | back | Back coordinates (exclusive) |