Search Results for

    Show / Hide Table of Contents

    Class EllipseHitBox

    Inheritance
    System.Object
    HitBox
    EllipseHitBox
    Inherited Members
    HitBox._targetTag
    HitBox._targetLayerMask
    HitBox._hitResults
    HitBox._raycastHitResults
    HitBox.ViewID
    HitBox.HasTag()
    HitBox.UpdateViewID(Int32)
    HitBox.UpdatePosition(EntityDirectionType)
    HitBox.UpdatePosition(Vector2)
    Namespace: CatchIo.Runtime.Combat.HitBoxes
    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 Description
    T
    Type Parameters
    Name Description
    T
    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 Description
    T[]
    Type Parameters
    Name Description
    T
    Overrides
    CatchIo.Runtime.Combat.HitBoxes.HitBox.DetectHurtBoxes<T>(System.Func<T, System.Boolean>)
    In This Article
    Back to top ©Team STEP, All Rights Reserved.