Namespace: BreakoutAssembly: Breakout (in Breakout.exe) Version: 1.1.1.0 (1.1.1)
public Sprite GetBrickAt(
float x,
float y
)
public Sprite GetBrickAt(
float x,
float y
)
Public Function GetBrickAt (
x As Single,
y As Single
) As Sprite
Public Function GetBrickAt (
x As Single,
y As Single
) As Sprite
public:
Sprite^ GetBrickAt(
float x,
float y
)
public:
Sprite^ GetBrickAt(
float x,
float y
)
member GetBrickAt :
x : float32 *
y : float32 -> Sprite
member GetBrickAt :
x : float32 *
y : float32 -> Sprite
Return Value
Type:
Sprite