Class PlotPointSpeechBubbleActorData
Inheritance
PlotPointSpeechBubbleActorData
Assembly: cs.temp.dll.dll
Syntax
public class PlotPointSpeechBubbleActorData : PlotPointBaseActorData, IPlotPointActorData
Fields
_alignment
Declaration
protected TextAnchor _alignment
Field Value
Type |
Description |
TextAnchor |
|
_dimensions
Declaration
protected Vector2 _dimensions
Field Value
_flip
Declaration
Field Value
_font
Declaration
Field Value
_fontColor
Declaration
protected Color _fontColor
Field Value
_fontStyle
Declaration
protected FontStyle _fontStyle
Field Value
Type |
Description |
FontStyle |
|
_prototype
Declaration
protected static GameObject _prototype
Field Value
Type |
Description |
GameObject |
|
_text
Declaration
Field Value
Properties
Alignment
Declaration
public virtual TextAnchor Alignment { get; }
Property Value
Type |
Description |
TextAnchor |
|
Dimensions
Declaration
public virtual Vector2 Dimensions { get; }
Property Value
Flip
Declaration
public virtual bool Flip { get; }
Property Value
Font
Declaration
public virtual Font Font { get; }
Property Value
FontColor
Declaration
public virtual Color FontColor { get; }
Property Value
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
Methods
Clone()
Declaration
public override IPlotPointActorData Clone()
Returns
Overrides
Declaration
public override IPlotPointActor CreateActor(Transform parent)
Parameters
Type |
Name |
Description |
Transform |
parent |
|
Returns
Overrides
Implements