Méthode | Description | |
---|---|---|
calculateScissors ( |
Calculates a screen space scissor rectangle using the given Camera. If the Camera is null than the scissor will be calculated only with the batchTransform
|
|
calculateScissors ( |
Calculates a screen space scissor rectangle using the given Camera. If the Camera is null than the scissor will be calculated only with the batchTransform
|
|
popScissors ( ) : |
Pops the current scissor rectangle from the stack and sets the new scissor area to the new top of stack rectangle. Any drawing should be flushed before popping scissors.
|
|
pushScissors ( |
public static calculateScissors ( |
||
camera | Camera. | |
batchTransform | Matrix | Batch transform. |
scissor | Area. | |
Résultat |
public static calculateScissors ( |
||
camera | Camera. | |
batchTransform | Matrix2D | Batch transform. |
scissor | Area. | |
Résultat |
public static popScissors ( ) : |
||
Résultat |
public static pushScissors ( |
||
scissor | ||
Résultat | bool |