Show / Hide Table of Contents

    Class GoalDataSequence

    A GoalDataSequence contains a list of IGoal and only one goal from the sequence will be active at a time. IStage.goals[i] would give the active goal at IStageData.goalDataSequences[i]. In IdleKit, one can have multiple number of IGoal active for a IStage based on the number of GoalDataSequence.

    Inheritance
    Object
    GoalDataSequence
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class GoalDataSequence

    Constructors

    GoalDataSequence(String[])

    Declaration
    public GoalDataSequence(string[] goalIds)
    Parameters
    Type Name Description
    String[] goalIds

    Properties

    goalIds

    Declaration
    public string[] goalIds { get; }
    Property Value
    Type Description
    String[]
    Back to top Copyright © 2020 East Side Games Inc.