Show / Hide Table of Contents

    Interface IBoost

    A class that provides IModifier functionality that doesn't need to be tied to a specific entity and is, instead, its own entity.

    Inherited Members
    IModifier.ModifierId
    IModifier.CanBeApplied
    IModifier.ModifierDataIndex
    IModifier.ModifierDataCollection
    IActivatable.ActivatableData
    IActivatable.Activate()
    IActivatable.Deactivate()
    IActivatable.Reset()
    IActivatable.IsActive
    IEntity.Id
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBoost : IModifier, IActivatable, IEntity, IInjectable

    Properties

    BoostData

    Returns the associated IBoostData.

    Declaration
    IBoostData BoostData { get; }
    Property Value
    Type Description
    IBoostData

    BoostSavedData

    Returns the associated IBoostSavedData.

    Declaration
    IBoostSavedData BoostSavedData { get; }
    Property Value
    Type Description
    IBoostSavedData
    Back to top Copyright © 2020 East Side Games Inc.