Show / Hide Table of Contents

    Class PlotPointTextActor

    Inheritance
    Object
    PlotPointBaseActor
    PlotPointTextActor
    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 PlotPointTextActor : PlotPointBaseActor, IPlotPointActor

    Fields

    _data

    Declaration
    protected PlotPointTextActorData _data
    Field Value
    Type Description
    PlotPointTextActorData

    _rectTransform

    Declaration
    protected RectTransform _rectTransform
    Field Value
    Type Description
    RectTransform

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

    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.