![]() |
Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
|

Public Member Functions | |
| void | AddModifiers (IParamInfluencer influencer) |
| void | RemoveModifiers (IParamInfluencer influencer) |
| bool | HasInfluencer (IParamInfluencer influencer) |
| EntityParamManager (EntityBlueprintSO blueprint) | |
Properties | |
| EntityParam | this[ParamID id] [get] |
Private Attributes | |
| Dictionary< ParamID, EntityParam > | lookup = new() |
| HashSet< IParamInfluencer > | influencers = new() |
| Slasher.Entity.EntityParamManager.EntityParamManager | ( | EntityBlueprintSO | blueprint | ) |
| void Slasher.Entity.EntityParamManager.AddModifiers | ( | IParamInfluencer | influencer | ) |
| bool Slasher.Entity.EntityParamManager.HasInfluencer | ( | IParamInfluencer | influencer | ) |
| void Slasher.Entity.EntityParamManager.RemoveModifiers | ( | IParamInfluencer | influencer | ) |
|
private |
|
private |
|
get |