SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class AttackDefinition

    Inheritance
    System.Object
    AttackDefinition
    ComboAttack
    Namespace: SF.CombatModule
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class AttackDefinition

    Fields

    AttackTimer

    Declaration
    public float AttackTimer
    Field Value
    Type Description
    System.Single

    HitBoxAnimationFrame

    Declaration
    public float HitBoxAnimationFrame
    Field Value
    Type Description
    System.Single

    HitBoxDelay

    The delay before the hit box is enabled. This allows for matching damage with the animation visuals.

    Declaration
    public float HitBoxDelay
    Field Value
    Type Description
    System.Single

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Properties

    AttackAnimationClip

    Declaration
    public AnimationClip AttackAnimationClip { get; protected set; }
    Property Value
    Type Description
    AnimationClip
    In This Article
    Back to top Generated by DocFX