Show / Hide Table of Contents

Class MyTextSurfaceHelper

Inheritance
System.Object
MyTextSurfaceHelper
Namespace: Sandbox.Game.GameSystems.TextSurfaceScripts
Assembly: Sandbox.Game.dll
Syntax
public static class MyTextSurfaceHelper : Object

Fields

BACKGROUND_SHIFT

Declaration
public static readonly Vector2 BACKGROUND_SHIFT
Field Value
Type Description
Vector2

BACKGROUND_SIZE

Declaration
public const float BACKGROUND_SIZE = 682.6667F
Field Value
Type Description
System.Single

BLANK_TEXTURE

Declaration
public const string BLANK_TEXTURE = "SquareTapered"
Field Value
Type Description
System.String

DEFAULT_BACKGROUND

Declaration
public static readonly MySprite DEFAULT_BACKGROUND
Field Value
Type Description
MySprite

DEFAULT_BG_TEXTURE

Declaration
public const string DEFAULT_BG_TEXTURE = "Grid"
Field Value
Type Description
System.String

DEFAULT_FONT_ID

Declaration
public const string DEFAULT_FONT_ID = "Monospace"
Field Value
Type Description
System.String

LEFT_BRACKET_TEXTURE

Declaration
public const string LEFT_BRACKET_TEXTURE = "DecorativeBracketLeft"
Field Value
Type Description
System.String

RIGHT_BRACKET_TEXTURE

Declaration
public const string RIGHT_BRACKET_TEXTURE = "DecorativeBracketRight"
Field Value
Type Description
System.String
☀
☾
In This Article
  • Fields
    • BACKGROUND_SHIFT
    • BACKGROUND_SIZE
    • BLANK_TEXTURE
    • DEFAULT_BACKGROUND
    • DEFAULT_BG_TEXTURE
    • DEFAULT_FONT_ID
    • LEFT_BRACKET_TEXTURE
    • RIGHT_BRACKET_TEXTURE
Back to top
Generated by DocFX
☀
☾