Search Results for

    Show / Hide Table of Contents

    Class CircleCastHitBox

    Inheritance
    System.Object
    HitBox
    CircleCastHitBox
    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 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 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>)

    GetBestHurtBox<T>(T[])

    Declaration
    public T GetBestHurtBox<T>(T[] hurtBoxes)
        where T : HurtBox
    Parameters
    Type Name Description
    T[] hurtBoxes
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    UpdateDirection(Vector2)

    Declaration
    public void UpdateDirection(Vector2 direction)
    Parameters
    Type Name Description
    Vector2 direction
    In This Article
    Back to top ©Team STEP, All Rights Reserved.