Property | Type | Description | |
---|---|---|---|
IsColliding | bool | ||
Radius | int | ||
Rotation | float | ||
RotationSpeed | float | ||
Velocity | Vector3 |
Method | Description | |
---|---|---|
Ball ( Vector3 pos, |
||
CheckCollision ( |
||
Die ( ) : void | ||
Render ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CheckCollisionWithRay ( float x1, float y1, float dx, float dy ) : List |
public Ball ( Vector3 pos, |
||
pos | Vector3 | |
sprite | ||
radius | int | |
type | ||
return | System |