mirror of
https://github.com/troisjs/trois.git
synced 2024-11-23 20:02:32 +08:00
width/height for vector2 prop
This commit is contained in:
parent
7ebec83808
commit
ced8c631c1
@ -29,6 +29,8 @@ export interface Object3DPublicInterface extends ComponentPublicInstance, Object
|
||||
export interface Vector2PropInterface {
|
||||
x?: number
|
||||
y?: number
|
||||
width?: number
|
||||
height?: number
|
||||
}
|
||||
|
||||
export interface Vector3PropInterface extends Vector2PropInterface {
|
||||
|
Loading…
Reference in New Issue
Block a user