Class CircleCastHitBox
Inheritance
System.Object
CircleCastHitBox
Assembly: cs.temp.dll.dll
Syntax
public class CircleCastHitBox : HitBox
Methods
DetectHurtBox<T>(Func<T, Boolean>)
Declaration
public override T DetectHurtBox<T>(Func<T, bool> filter = null)
where T : HurtBox
Parameters
Type |
Name |
Description |
System.Func<T, System.Boolean> |
filter |
|
Returns
Type Parameters
Overrides
CatchIo.Runtime.Combat.HitBoxes.HitBox.DetectHurtBox<T>(System.Func<T, System.Boolean>)
DetectHurtBoxes<T>(Func<T, Boolean>)
Declaration
public override T[] DetectHurtBoxes<T>(Func<T, bool> filter = null)
where T : HurtBox
Parameters
Type |
Name |
Description |
System.Func<T, System.Boolean> |
filter |
|
Returns
Type Parameters
Overrides
CatchIo.Runtime.Combat.HitBoxes.HitBox.DetectHurtBoxes<T>(System.Func<T, System.Boolean>)
GetBestHurtBox<T>(T[])
Declaration
public T GetBestHurtBox<T>(T[] hurtBoxes)
where T : HurtBox
Parameters
Type |
Name |
Description |
T[] |
hurtBoxes |
|
Returns
Type Parameters
UpdateDirection(Vector2)
Declaration
public void UpdateDirection(Vector2 direction)
Parameters
Type |
Name |
Description |
Vector2 |
direction |
|