Show / Hide Table of Contents

    Class PlotPointTextActorData

    Inheritance
    Object
    PlotPointBaseActorData
    PlotPointTextActorData
    Implements
    IPlotPointActorData
    Inherited Members
    PlotPointBaseActorData._position
    PlotPointBaseActorData.Position
    PlotPointBaseActorData._scale
    PlotPointBaseActorData.Scale
    PlotPointBaseActorData._rotation
    PlotPointBaseActorData.Rotation
    PlotPointBaseActorData._layer
    PlotPointBaseActorData.Layer
    PlotPointBaseActorData._layerOffset
    PlotPointBaseActorData.layerOffset
    PlotPointBaseActorData.SetLayerValues(PlotPointLayer, Int32)
    PlotPointBaseActorData.CloneBaseValues(PlotPointBaseActorData)
    PlotPointBaseActorData.SetPosition(Vector2)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlotPointTextActorData : PlotPointBaseActorData, IPlotPointActorData

    Fields

    _alignment

    Declaration
    protected TextAnchor _alignment
    Field Value
    Type Description
    TextAnchor

    _dimensions

    Declaration
    protected Vector2 _dimensions
    Field Value
    Type Description
    Vector2

    _font

    Declaration
    protected Font _font
    Field Value
    Type Description
    Font

    _fontColor

    Declaration
    protected Color _fontColor
    Field Value
    Type Description
    Color

    _fontSize

    Declaration
    protected int _fontSize
    Field Value
    Type Description
    Int32

    _fontStyle

    Declaration
    protected FontStyle _fontStyle
    Field Value
    Type Description
    FontStyle

    _prototype

    Declaration
    protected static GameObject _prototype
    Field Value
    Type Description
    GameObject

    _text

    Declaration
    protected string _text
    Field Value
    Type Description
    String

    Properties

    Alignment

    Declaration
    public virtual TextAnchor Alignment { get; }
    Property Value
    Type Description
    TextAnchor

    Dimensions

    Declaration
    public virtual Vector2 Dimensions { get; }
    Property Value
    Type Description
    Vector2

    Font

    Declaration
    public virtual Font Font { get; }
    Property Value
    Type Description
    Font

    FontColor

    Declaration
    public virtual Color FontColor { get; }
    Property Value
    Type Description
    Color

    FontSize

    Declaration
    public virtual int FontSize { get; }
    Property Value
    Type Description
    Int32

    FontStyle

    Declaration
    public virtual FontStyle FontStyle { get; }
    Property Value
    Type Description
    FontStyle

    Prototype

    Declaration
    public static GameObject Prototype { set; }
    Property Value
    Type Description
    GameObject

    Text

    Declaration
    public virtual string Text { get; }
    Property Value
    Type Description
    String

    Methods

    Clone()

    Declaration
    public override IPlotPointActorData Clone()
    Returns
    Type Description
    IPlotPointActorData
    Overrides
    PlotPointBaseActorData.Clone()

    CreateActor(Transform)

    Declaration
    public override IPlotPointActor CreateActor(Transform parent)
    Parameters
    Type Name Description
    Transform parent
    Returns
    Type Description
    IPlotPointActor
    Overrides
    PlotPointBaseActorData.CreateActor(Transform)

    Implements

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