C# Class SmashBros.Models.PowerUpStatus

Exibir arquivo Open project: Grutn/TDT4240-X2 Class Usage Examples

Public Properties

Property Type Description
ElapsedTime float
Image ImageModel
Player SmashBros.Controllers.CharacterController
PowerUp PowerUp

Public Methods

Method Description
PowerUpStatus ( PowerUp powerUp, ImageModel image ) : System

Method Details

PowerUpStatus() public method

public PowerUpStatus ( PowerUp powerUp, ImageModel image ) : System
powerUp PowerUp
image ImageModel
return System

Property Details

ElapsedTime public_oe property

public float ElapsedTime
return float

Image public_oe property

public ImageModel,SmashBros.Models Image
return ImageModel

Player public_oe property

public CharacterController,SmashBros.Controllers Player
return SmashBros.Controllers.CharacterController

PowerUp public_oe property

public PowerUp,SmashBros.Models PowerUp
return PowerUp