Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PlatformerPOC
Helpers
CustomBoundingBox
C# Class PlatformerPOC.Helpers.CustomBoundingBox
Afficher le fichier
Open project: bramdemoor/MonoGame-PlatformerPOC
Class Usage Examples
Méthodes publiques
Méthode
Description
SetFullRectangle
(
Vector2
position
,
Rectangle
spriteDimensions
,
Vector2
velocity
,
int
cropLeft
,
int
cropRight
,
int
cropTop
,
int
cropBottom
) :
void
Method Details
SetFullRectangle()
public
méthode
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
Résultat
void