C new Rectangle( position: Vector, width: number, height: number, color: string, velocity: Vector, name: string ) → {void}
Parameters:
Name | Type | Description |
---|---|---|
position |
Vector | |
width |
number | |
height |
number | |
color |
string | |
velocity |
Vector | |
name |
string |