You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
14
Packages/com.unity.textmeshpro@3.0.6/Scripts/Editor/TMP_SerializedPropertyHolder.cs
vendored
Normal file
14
Packages/com.unity.textmeshpro@3.0.6/Scripts/Editor/TMP_SerializedPropertyHolder.cs
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
namespace TMPro
|
||||
{
|
||||
class TMP_SerializedPropertyHolder : ScriptableObject
|
||||
{
|
||||
public TMP_FontAsset fontAsset;
|
||||
public uint firstCharacter;
|
||||
public uint secondCharacter;
|
||||
|
||||
public TMP_GlyphPairAdjustmentRecord glyphPairAdjustmentRecord = new TMP_GlyphPairAdjustmentRecord(new TMP_GlyphAdjustmentRecord(), new TMP_GlyphAdjustmentRecord());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user