Show / Hide Table of Contents

Class FontAssetContainer

Inheritance
object
Object
ScriptableObject
FontAssetContainer
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: WeaverCore.Assets
Assembly: WeaverCore.dll
Syntax
[CreateAssetMenu(fileName = "Font Asset Container", menuName = "Font Asset Container")]
public class FontAssetContainer : ScriptableObject

Fields

| Edit this page View Source

InGameFonts

Declaration
public static HashSet<TMP_FontAsset> InGameFonts
Field Value
Type Description
HashSet<TMP_FontAsset>
| Edit this page View Source

RemovedTextures

Declaration
public static List<string> RemovedTextures
Field Value
Type Description
List<string>
| Edit this page View Source

WeaverCoreFonts

Declaration
public List<TMP_FontAsset> WeaverCoreFonts
Field Value
Type Description
List<TMP_FontAsset>
| Edit this page View Source

sourceDestPairs

Declaration
public static List<(string, string)> sourceDestPairs
Field Value
Type Description
List<(string, string)>

Methods

| Edit this page View Source

Load()

Declaration
public static FontAssetContainer Load()
Returns
Type Description
FontAssetContainer
| Edit this page View Source

ReplaceFonts()

Declaration
public void ReplaceFonts()

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾