Add rotationX and rotationY
This commit is contained in:
11
doric-js/index.d.ts
vendored
11
doric-js/index.d.ts
vendored
@@ -220,8 +220,19 @@ declare module 'doric/lib/src/ui/view' {
|
||||
pivotY?: number;
|
||||
/**
|
||||
* rotation*PI
|
||||
* In Z
|
||||
*/
|
||||
rotation?: number;
|
||||
/**
|
||||
* rotation*PI
|
||||
* In X
|
||||
*/
|
||||
rotationX?: number;
|
||||
/**
|
||||
* rotation*PI
|
||||
* In Y
|
||||
*/
|
||||
rotationY?: number;
|
||||
/**
|
||||
* Only affected when its superview or itself is FlexLayout.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user