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
SGDE
Graphics
VectorSprite
C# Class SGDE.Graphics.VectorSprite
A vector based Sprite.
Inheritance:
Sprite
Show file
Open project: sgdc/sgdc-old
Public Methods
Method
Description
Draw
(
Microsoft
gameTime
) :
void
Protected Methods
Method
Description
CopySpriteTo
(
Sprite
&
sp
,
bool
full
) :
void
Method Details
CopySpriteTo()
protected
method
protected
CopySpriteTo
(
Sprite
&
sp
,
bool
full
) :
void
sp
Sprite
full
bool
return
void
Draw()
public
method
public
Draw
(
Microsoft
gameTime
) :
void
gameTime
Microsoft
return
void