Show / Hide Table of Contents

    Interface IUpgradeableData

    Contains the data associated to an Upgradeable Entity IUpgradeable

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUpgradeableData : IData

    Properties

    UpgradeLevelDatas

    Returns the array of UpgradeLevelData associated with this upgradeable Entity.

    Declaration
    IUpgradeLevelData[] UpgradeLevelDatas { get; }
    Property Value
    Type Description
    IUpgradeLevelData[]

    Methods

    GetUpgradeDataForLevel(Int32)

    Returns an UpgradeLevelData for the provided upgrade level.

    Declaration
    IUpgradeLevelData GetUpgradeDataForLevel(int upgradeLevel)
    Parameters
    Type Name Description
    Int32 upgradeLevel
    Returns
    Type Description
    IUpgradeLevelData
    Back to top Copyright © 2020 East Side Games Inc.