Show / Hide Table of Contents

    Interface IPlotPointActor

    Plot Point Frames contain a collection of Plot Point Actors which represent visual elements in the scene

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPlotPointActor

    Properties

    Data

    The bundle of data which defines the content of the Actor

    Declaration
    IPlotPointActorData Data { get; }
    Property Value
    Type Description
    IPlotPointActorData

    Methods

    Clear()

    Clear this actor's visuals

    Declaration
    void Clear()

    Set(IPlotPointActorData)

    Set this Actor's IPlotPointActorData and update the visuals

    Declaration
    void Set(IPlotPointActorData data)
    Parameters
    Type Name Description
    IPlotPointActorData data

    The IPlotPointActorData to display

    Back to top Copyright © 2020 East Side Games Inc.