Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
_1942
Boss2
C# Class _1942.Boss2
Inheritance:
Boss_Base
显示文件
Open project: Hoobler/Projekt1
Public Methods
Method
Description
Accessorize
( ) :
void
Boss2
(
Vector2
position
) :
System
Draw
(
Microsoft
spriteBatch
) :
void
Update
(
GameTime
gameTime
) :
void
Method Details
Accessorize()
public
method
public
Accessorize
( ) :
void
return
void
Boss2()
public
method
public
Boss2
(
Vector2
position
) :
System
position
Vector2
return
System
Draw()
public
method
public
Draw
(
Microsoft
spriteBatch
) :
void
spriteBatch
Microsoft
return
void
Update()
public
method
public
Update
(
GameTime
gameTime
) :
void
gameTime
Microsoft.Xna.Framework.GameTime
return
void