Initializes a new instance of the
Rabbit class
Namespace: GameOfDeathAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public Rabbit(
Vector2D position,
Size size
)
public Rabbit(
Vector2D position,
Size size
)
Public Sub New (
position As Vector2D,
size As Size
)
Public Sub New (
position As Vector2D,
size As Size
)
public:
Rabbit(
Vector2D position,
Size size
)
public:
Rabbit(
Vector2D position,
Size size
)
new :
position : Vector2D *
size : Size -> Rabbit
new :
position : Vector2D *
size : Size -> Rabbit