Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Namespaces | Enumerations
TMPro_MeshUtilities.cs File Reference

Classes

struct  TMPro.Extents
 
struct  TMPro.Mesh_Extents
 
struct  TMPro.TagAttribute
 Structure used to store retrieve the name and hashcode of the font and material More...
 
struct  TMPro.TMP_CharacterInfo
 TMP custom data type to represent 32 bit characters. More...
 
struct  TMPro.TMP_LinkInfo
 Structure containing information about individual links contained in the text object. More...
 
struct  TMPro.TMP_PageInfo
 
struct  TMPro.TMP_SpriteInfo
 
struct  TMPro.TMP_Vertex
 
struct  TMPro.TMP_WordInfo
 Structure containing information about the individual words contained in the text object. More...
 
struct  TMPro.VertexGradient
 
struct  TMPro.WordWrapState
 
struct  TMPro.XML_TagAttribute
 

Namespaces

package  TMPro
 

Enumerations

enum  TMPro.TMP_VertexDataUpdateFlags {
  TMPro.TMP_VertexDataUpdateFlags.None = 0x0, TMPro.TMP_VertexDataUpdateFlags.Vertices = 0x1, TMPro.TMP_VertexDataUpdateFlags.Uv0 = 0x2, TMPro.TMP_VertexDataUpdateFlags.Uv2 = 0x4,
  TMPro.TMP_VertexDataUpdateFlags.Uv4 = 0x8, TMPro.TMP_VertexDataUpdateFlags.Colors32 = 0x10, TMPro.TMP_VertexDataUpdateFlags.All = 0xFF
}
 Flags to control what vertex data is pushed to the mesh and renderer. More...