Show / Hide Table of Contents

Class Boss_I.Statics

Inheritance
object
Boss_I.Statics
E_Boss_I.E_Statics
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class Boss_I.Statics : IImplementation

Properties

| Edit this page View Source

Difficulty

Declaration
public abstract BossDifficulty Difficulty { get; set; }
Property Value
Type Description
BossDifficulty
| Edit this page View Source

InGodHomeArena

Declaration
public abstract bool InGodHomeArena { get; }
Property Value
Type Description
bool
| Edit this page View Source

InPantheon

Declaration
public abstract bool InPantheon { get; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

EndBossBattle(float)

Declaration
public abstract void EndBossBattle(float delayTime)
Parameters
Type Name Description
float delayTime
| Edit this page View Source

OnBossSceneCompleteAdd(Action)

Declaration
public abstract void OnBossSceneCompleteAdd(Action action)
Parameters
Type Name Description
Action action
| Edit this page View Source

OnBossSceneCompleteRemove(Action)

Declaration
public abstract void OnBossSceneCompleteRemove(Action action)
Parameters
Type Name Description
Action action
| Edit this page View Source

OnBossesDeadAdd(Action)

Declaration
public abstract void OnBossesDeadAdd(Action action)
Parameters
Type Name Description
Action action
| Edit this page View Source

OnBossesDeadRemove(Action)

Declaration
public abstract void OnBossesDeadRemove(Action action)
Parameters
Type Name Description
Action action

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾