对像素进行取整保证在不同分辨率下保持清晰
This commit is contained in:
1
source/bin/framework.d.ts
vendored
1
source/bin/framework.d.ts
vendored
@@ -2499,6 +2499,7 @@ declare module es {
|
||||
* @param length
|
||||
*/
|
||||
static repeat(t: number, length: number): number;
|
||||
static floorToInt(f: number): number;
|
||||
/**
|
||||
* 将值绕一圈移动的助手
|
||||
* @param position
|
||||
|
||||
Reference in New Issue
Block a user