Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PlatformerPOC
Helpers
CustomBoundingBox
C# Class PlatformerPOC.Helpers.CustomBoundingBox
ファイルを表示
Open project: bramdemoor/MonoGame-PlatformerPOC
Class Usage Examples
Public Methods
Method
Description
SetFullRectangle
(
Vector2
position
,
Rectangle
spriteDimensions
,
Vector2
velocity
,
int
cropLeft
,
int
cropRight
,
int
cropTop
,
int
cropBottom
) :
void
Method Details
SetFullRectangle()
public
method
public
SetFullRectangle
(
Vector2
position
,
Rectangle
spriteDimensions
,
Vector2
velocity
,
int
cropLeft
,
int
cropRight
,
int
cropTop
,
int
cropBottom
) :
void
position
Microsoft.Xna.Framework.Vector2
spriteDimensions
Microsoft.Xna.Framework.Rectangle
velocity
Microsoft.Xna.Framework.Vector2
cropLeft
int
cropRight
int
cropTop
int
cropBottom
int
return
void