Class EllipseHitBox
Inheritance
System.Object
EllipseHitBox
Assembly: cs.temp.dll.dll
Syntax
public sealed class EllipseHitBox : HitBox
Properties
RadiusX
Gets the radius longer X-axis based on orientation.
Declaration
public float RadiusX { get; }
Property Value
Type |
Description |
System.Single |
|
RadiusY
Gets the radius longer Y-axis based on orientation.
Declaration
public float RadiusY { get; }
Property Value
Type |
Description |
System.Single |
|
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>)