Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ctrl_Space
Graphics
Background
C# Class Ctrl_Space.Graphics.Background
Show file
Open project: vkd/Ctrl-Space
Public Properties
Property
Type
Description
ParallaxFactorX
float
ParallaxFactorY
float
RepeatX
int
RepeatY
int
Public Methods
Method
Description
Draw
(
SpriteBatch
spriteBatch
,
Camera
camera
) :
void
Method Details
Draw()
public
method
public
Draw
(
SpriteBatch
spriteBatch
,
Camera
camera
) :
void
spriteBatch
Microsoft.Xna.Framework.Graphics.SpriteBatch
camera
Camera
return
void
Property Details
ParallaxFactorX
public property
public
float
ParallaxFactorX
return
float
ParallaxFactorY
public property
public
float
ParallaxFactorY
return
float
RepeatX
public property
public
int
RepeatX
return
int
RepeatY
public property
public
int
RepeatY
return
int