Show / Hide Table of Contents

    Class PlotPointSpeechBubbleActor

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

    Fields

    _body

    Declaration
    protected Image _body
    Field Value
    Type Description
    Image

    _data

    Declaration
    protected PlotPointSpeechBubbleActorData _data
    Field Value
    Type Description
    PlotPointSpeechBubbleActorData

    _tail

    Declaration
    protected Image _tail
    Field Value
    Type Description
    Image

    _text

    Declaration
    protected Text _text
    Field Value
    Type Description
    Text

    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()

    GetPosition()

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

    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.