Class TextMaterial
- Namespace
- TaleWorlds.TwoDimension
- Assembly
- TaleWorlds.TwoDimension.dll
public class TextMaterial : Material
- Inheritance
-
TextMaterial
- Inherited Members
Constructors
TextMaterial()
public TextMaterial()
TextMaterial(Texture)
public TextMaterial(Texture texture)
Parameters
texture
Texture
TextMaterial(Texture, int)
public TextMaterial(Texture texture, int renderOrder)
Parameters
TextMaterial(Texture, int, bool)
public TextMaterial(Texture texture, int renderOrder, bool blending)
Parameters
Properties
AlphaFactor
public float AlphaFactor { get; set; }
Property Value
Blur
public float Blur { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
ColorFactor
public float ColorFactor { get; set; }
Property Value
GlowColor
public Color GlowColor { get; set; }
Property Value
GlowRadius
public float GlowRadius { get; set; }
Property Value
HueFactor
public float HueFactor { get; set; }
Property Value
OutlineAmount
public float OutlineAmount { get; set; }
Property Value
OutlineColor
public Color OutlineColor { get; set; }
Property Value
SaturationFactor
public float SaturationFactor { get; set; }
Property Value
ScaleFactor
public float ScaleFactor { get; set; }
Property Value
ShadowAngle
public float ShadowAngle { get; set; }
Property Value
ShadowOffset
public float ShadowOffset { get; set; }
Property Value
Smooth
public bool Smooth { get; set; }
Property Value
SmoothingConstant
public float SmoothingConstant { get; set; }
Property Value
Texture
public Texture Texture { get; set; }
Property Value
ValueFactor
public float ValueFactor { get; set; }
Property Value
Methods
CopyFrom(TextMaterial)
public void CopyFrom(TextMaterial sourceMaterial)
Parameters
sourceMaterial
TextMaterial
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).