SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class ComboAttack

    Inheritance
    System.Object
    AttackDefinition
    ComboAttack
    Inherited Members
    AttackDefinition.Name
    AttackDefinition.AttackTimer
    AttackDefinition.AttackAnimationClip
    AttackDefinition.HitBoxDelay
    AttackDefinition.HitBoxAnimationFrame
    Namespace: SF.CombatModule
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ComboAttack : AttackDefinition

    Constructors

    ComboAttack(AnimationClip)

    Declaration
    public ComboAttack(AnimationClip attackAnimationClip)
    Parameters
    Type Name Description
    AnimationClip attackAnimationClip

    Fields

    ComboInputDelay

    The amount of allowable passed time from the previous combo attack to allow for continuing the combo set of attacks.

    Declaration
    public float ComboInputDelay
    Field Value
    Type Description
    System.Single
    In This Article
    Back to top Generated by DocFX