Show / Hide Table of Contents

    Interface IDynamicGoal

    An IGoal that will dynamically determine TargetProgression at runtime, as opposed to the non dynamic IGoal that determines the target from its IGoalData.

    Inherited Members
    IGoal.GoalData
    IGoal.GoalSavedData
    IGoal.CurrentProgression
    IGoal.TargetProgression
    IGoal.NormalizedProgress
    IGoal.CanClaim
    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 IDynamicGoal : IGoal, IActivatable, IEntity, IInjectable

    Properties

    DynamicGoalData

    The IDynamicGoalData associated with the IDynamicGoal

    Declaration
    IDynamicGoalData DynamicGoalData { get; }
    Property Value
    Type Description
    IDynamicGoalData

    Methods

    GenerateDynamicTargetProgression()

    Can only be called from Apply().

    Declaration
    double GenerateDynamicTargetProgression()
    Returns
    Type Description
    Double
    Back to top Copyright © 2020 East Side Games Inc.