C# Class PrinceGame.Sprite

Afficher le fichier Open project: salvadorc17/Prince-Monogame Class Usage Examples

Méthodes publiques

Свойство Type Description
Bounds System.Drawing.Rectangle
Flip bool
Id int
Name string
RealPosition Point
Type Enumeration.SpriteType
X int
face SpriteEffects
flip SpriteEffects
sprite AnimationSequence
spriteState PlayerState
startFace SpriteEffects
startFlip SpriteEffects
startPosition System.Vector2

Protected Properties

Свойство Type Description
_position Position
_roomcord Point
graphicsDevice GraphicsDevice
localBounds System.Drawing.Rectangle
m_isOnGround bool
m_positionFall System.Vector2
m_spriteRoom RoomNew
m_velocity System.Vector2
spriteSequence List

Méthodes publiques

Méthode Description
CheckCollision ( Position position__1 ) : bool
CheckOnRow ( Position position__1 ) : bool
DeadFall ( ) : void
DropDead ( ) : void
Fastheathe ( ) : void
Resheathe ( ) : void
Retreat ( ) : void
Splash ( bool player, GameTime gametime ) : void
Sprite ( ) : System
Sprite ( int id, Enumeration type, int x, int y ) : System
Strike ( ) : void
StrikeRetreat ( ) : void
isGround ( ) : void

Method Details

CheckCollision() public méthode

public CheckCollision ( Position position__1 ) : bool
position__1 Position
Résultat bool

CheckOnRow() public méthode

public CheckOnRow ( Position position__1 ) : bool
position__1 Position
Résultat bool

DeadFall() public méthode

public DeadFall ( ) : void
Résultat void

DropDead() public méthode

public DropDead ( ) : void
Résultat void

Fastheathe() public méthode

public Fastheathe ( ) : void
Résultat void

Resheathe() public méthode

public Resheathe ( ) : void
Résultat void

Retreat() public méthode

public Retreat ( ) : void
Résultat void

Splash() public méthode

public Splash ( bool player, GameTime gametime ) : void
player bool
gametime GameTime
Résultat void

Sprite() public méthode

public Sprite ( ) : System
Résultat System

Sprite() public méthode

public Sprite ( int id, Enumeration type, int x, int y ) : System
id int
type Enumeration
x int
y int
Résultat System

Strike() public méthode

public Strike ( ) : void
Résultat void

StrikeRetreat() public méthode

public StrikeRetreat ( ) : void
Résultat void

isGround() public méthode

public isGround ( ) : void
Résultat void

Property Details

Bounds public_oe property

public Rectangle,System.Drawing Bounds
Résultat System.Drawing.Rectangle

Flip public_oe property

public bool Flip
Résultat bool

Id public_oe property

public int Id
Résultat int

Name public_oe property

public string Name
Résultat string

RealPosition public_oe property

public Point RealPosition
Résultat Point

Type public_oe property

public Enumeration.SpriteType Type
Résultat Enumeration.SpriteType

X public_oe property

public int X
Résultat int

_position protected_oe property

protected Position,PrinceGame _position
Résultat Position

_roomcord protected_oe property

protected Point _roomcord
Résultat Point

face public_oe property

public SpriteEffects face
Résultat SpriteEffects

flip public_oe property

public SpriteEffects flip
Résultat SpriteEffects

graphicsDevice protected_oe property

protected GraphicsDevice graphicsDevice
Résultat GraphicsDevice

localBounds protected_oe property

protected Rectangle,System.Drawing localBounds
Résultat System.Drawing.Rectangle

m_isOnGround protected_oe property

protected bool m_isOnGround
Résultat bool

m_positionFall protected_oe property

protected Vector2,System m_positionFall
Résultat System.Vector2

m_spriteRoom protected_oe property

protected RoomNew,PrinceGame m_spriteRoom
Résultat RoomNew

m_velocity protected_oe property

protected Vector2,System m_velocity
Résultat System.Vector2

sprite public_oe property

public AnimationSequence,PrinceGame sprite
Résultat AnimationSequence

spriteSequence protected_oe property

protected List spriteSequence
Résultat List

spriteState public_oe property

public PlayerState,PrinceGame spriteState
Résultat PlayerState

startFace public_oe property

public SpriteEffects startFace
Résultat SpriteEffects

startFlip public_oe property

public SpriteEffects startFlip
Résultat SpriteEffects

startPosition public_oe property

public Vector2,System startPosition
Résultat System.Vector2