C# Class JSONTextHelper, Unity2Pixijs

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool dropShadow
return bool

dropShadowAlpha public_oe property

public float dropShadowAlpha
return float

dropShadowAngle public_oe property

public float dropShadowAngle
return float

dropShadowBlur public_oe property

public float dropShadowBlur
return float

dropShadowColor public_oe property

public Color, dropShadowColor
return Color,

dropShadowDistance public_oe property

public float dropShadowDistance
return float

fontName public_oe property

public string fontName
return string

fontWeight public_oe property

public string fontWeight
return string

ignoreBitmapFont public_oe property

public bool ignoreBitmapFont
return bool

leading public_oe property

public float leading
return float

letterSpacing public_oe property

public float letterSpacing
return float

lineHeight public_oe property

public float lineHeight
return float

padding public_oe property

public float padding
return float

stroke public_oe property

public Color, stroke
return Color,

strokeThickness public_oe property

public float strokeThickness
return float

text public_oe property

public Text, text
return Text,