Search Results for

    Show / Hide Table of Contents

    Class DamageOverTimeHandler

    Inheritance
    Object
    DamageOverTimeHandler
    Namespace: RTSEngine.Health
    Assembly: cs.temp.dll.dll
    Syntax
    public class DamageOverTimeHandler

    Constructors

    DamageOverTimeHandler(IEntityHealth, DamageOverTimeData, Int32, IEntity, Single)

    Declaration
    public DamageOverTimeHandler(IEntityHealth health, DamageOverTimeData newData, int damage, IEntity source, float initialCycleDuration = 0F)
    Parameters
    Type Name Description
    IEntityHealth health
    DamageOverTimeData newData
    Int32 damage
    IEntity source
    System.Single initialCycleDuration

    Properties

    CurrCycleTime

    Declaration
    public float CurrCycleTime { get; }
    Property Value
    Type Description
    System.Single

    Damage

    Declaration
    public int Damage { get; }
    Property Value
    Type Description
    Int32

    Data

    Declaration
    public DamageOverTimeData Data { get; }
    Property Value
    Type Description
    DamageOverTimeData

    RemainingCycles

    Declaration
    public int RemainingCycles { get; }
    Property Value
    Type Description
    Int32

    Source

    Declaration
    public IEntity Source { get; }
    Property Value
    Type Description
    IEntity

    Methods

    Update()

    Declaration
    public bool Update()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Unity RTS Engine Documentation