C# Class SmashBros.Models.PowerUpStatus

Show file 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 property

public float ElapsedTime
return float

Image public property

public ImageModel,SmashBros.Models Image
return ImageModel

Player public property

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

PowerUp public property

public PowerUp,SmashBros.Models PowerUp
return PowerUp