Table of Contents

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

texture Texture
renderOrder int

TextMaterial(Texture, int, bool)

public TextMaterial(Texture texture, int renderOrder, bool blending)

Parameters

texture Texture
renderOrder int
blending bool

Properties

AlphaFactor

public float AlphaFactor { get; set; }

Property Value

float

Blur

public float Blur { get; set; }

Property Value

float

Color

public Color Color { get; set; }

Property Value

Color

ColorFactor

public float ColorFactor { get; set; }

Property Value

float

GlowColor

public Color GlowColor { get; set; }

Property Value

Color

GlowRadius

public float GlowRadius { get; set; }

Property Value

float

HueFactor

public float HueFactor { get; set; }

Property Value

float

OutlineAmount

public float OutlineAmount { get; set; }

Property Value

float

OutlineColor

public Color OutlineColor { get; set; }

Property Value

Color

SaturationFactor

public float SaturationFactor { get; set; }

Property Value

float

ScaleFactor

public float ScaleFactor { get; set; }

Property Value

float

ShadowAngle

public float ShadowAngle { get; set; }

Property Value

float

ShadowOffset

public float ShadowOffset { get; set; }

Property Value

float

Smooth

public bool Smooth { get; set; }

Property Value

bool

SmoothingConstant

public float SmoothingConstant { get; set; }

Property Value

float

Texture

public Texture Texture { get; set; }

Property Value

Texture

ValueFactor

public float ValueFactor { get; set; }

Property Value

float

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).