C# Class EssenceShared.Entities.Projectiles.Projectile

Inheritance: Entity
Exibir arquivo Open project: Insality/essence-of-shadows

Protected Properties

Property Type Description
AlreadyDamaged HashSet
DieAfter float

Public Methods

Method Description
Delete ( float dt ) : void

Protected Methods

Method Description
AddedToScene ( ) : void
Projectile ( string url, string id ) : System.Collections.Generic

Method Details

AddedToScene() protected method

protected AddedToScene ( ) : void
return void

Delete() public method

public Delete ( float dt ) : void
dt float
return void

Projectile() protected method

protected Projectile ( string url, string id ) : System.Collections.Generic
url string
id string
return System.Collections.Generic

Property Details

AlreadyDamaged protected_oe property

protected HashSet AlreadyDamaged
return HashSet

DieAfter protected_oe property

protected float DieAfter
return float