C# Class JSONTextHelper, Unity2Pixijs

Inheritance: MonoBehaviour
Show file Open project: filharvey/Unity2Pixijs

Public Properties

Property Type Description
dropShadow bool
dropShadowAlpha float
dropShadowAngle float
dropShadowBlur float
dropShadowColor Color,
dropShadowDistance float
fontName string
fontWeight string
ignoreBitmapFont bool
leading float
letterSpacing float
lineHeight float
padding float
stroke Color,
strokeThickness float
text Text,

Public Methods

Method Description
JSONTextHelper ( ) : System.Collections

Method Details

JSONTextHelper() public method

public JSONTextHelper ( ) : System.Collections
return System.Collections

Property Details

dropShadow public property

public bool dropShadow
return bool

dropShadowAlpha public property

public float dropShadowAlpha
return float

dropShadowAngle public property

public float dropShadowAngle
return float

dropShadowBlur public property

public float dropShadowBlur
return float

dropShadowColor public property

public Color, dropShadowColor
return Color,

dropShadowDistance public property

public float dropShadowDistance
return float

fontName public property

public string fontName
return string

fontWeight public property

public string fontWeight
return string

ignoreBitmapFont public property

public bool ignoreBitmapFont
return bool

leading public property

public float leading
return float

letterSpacing public property

public float letterSpacing
return float

lineHeight public property

public float lineHeight
return float

padding public property

public float padding
return float

stroke public property

public Color, stroke
return Color,

strokeThickness public property

public float strokeThickness
return float

text public property

public Text, text
return Text,