Show / Hide Table of Contents

    Class PlotPointActivatorData

    Inheritance
    Object
    PlotPointActivatorData
    Implements
    IPlotPointActivatorData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlotPointActivatorData : IPlotPointActivatorData

    Constructors

    PlotPointActivatorData(String, String)

    Declaration
    public PlotPointActivatorData(string plotPointActivationConditionId, string plotPointSequenceId)
    Parameters
    Type Name Description
    String plotPointActivationConditionId
    String plotPointSequenceId

    Fields

    _plotPointActivationConditionId

    Declaration
    protected string _plotPointActivationConditionId
    Field Value
    Type Description
    String

    _plotPointSequenceId

    Declaration
    protected string _plotPointSequenceId
    Field Value
    Type Description
    String

    Properties

    PlotPointActivationConditionId

    Declaration
    public string PlotPointActivationConditionId { get; }
    Property Value
    Type Description
    String

    PlotPointSequenceId

    Declaration
    public string PlotPointSequenceId { get; }
    Property Value
    Type Description
    String

    Implements

    IPlotPointActivatorData
    Back to top Copyright © 2020 East Side Games Inc.