Show / Hide Table of Contents

    Interface IPlotPointFrameData

    Frames are discrete collections of data that tell the IPlotPointController what visuals to display and what actions to perform

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointFrameData : IPlotPointData, IData

    Properties

    ActionIds

    A list of IPlotPointActionData IDs which should be performed on this frame

    Declaration
    string[] ActionIds { get; }
    Property Value
    Type Description
    String[]

    Actors

    A list of IPlotPointActorData which should be displayed on this frame

    Declaration
    IPlotPointActorData[] Actors { get; }
    Property Value
    Type Description
    IPlotPointActorData[]
    Back to top Copyright © 2020 East Side Games Inc.