Show / Hide Table of Contents

    Class PlotPointImageActor

    Inheritance
    Object
    PlotPointBaseActor
    PlotPointImageActor
    Implements
    IPlotPointActor
    Inherited Members
    PlotPointBaseActor.OnBaseActorDataSet
    PlotPointBaseActor.NAME_MAX_LENGTH
    PlotPointBaseActor._layerResolver
    PlotPointBaseActor.Clear()
    PlotPointBaseActor.SetName(String)
    PlotPointBaseActor.SetReleasedName()
    PlotPointBaseActor.GetPosition()
    PlotPointBaseActor.GetLayerText()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlotPointImageActor : PlotPointBaseActor, IPlotPointActor

    Fields

    _data

    Declaration
    protected PlotPointImageActorData _data
    Field Value
    Type Description
    PlotPointImageActorData

    _image

    Declaration
    protected Image _image
    Field Value
    Type Description
    Image

    Properties

    Data

    Declaration
    public override IPlotPointActorData Data { get; }
    Property Value
    Type Description
    IPlotPointActorData
    Overrides
    PlotPointBaseActor.Data

    Methods

    GetDimensions()

    Declaration
    public override Vector2 GetDimensions()
    Returns
    Type Description
    Vector2
    Overrides
    PlotPointBaseActor.GetDimensions()

    Set(IPlotPointActorData)

    Declaration
    public override void Set(IPlotPointActorData data)
    Parameters
    Type Name Description
    IPlotPointActorData data
    Overrides
    PlotPointBaseActor.Set(IPlotPointActorData)

    ShouldReuse(IPlotPointActorData)

    Declaration
    public override bool ShouldReuse(IPlotPointActorData data)
    Parameters
    Type Name Description
    IPlotPointActorData data
    Returns
    Type Description
    Boolean
    Overrides
    PlotPointBaseActor.ShouldReuse(IPlotPointActorData)

    Implements

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