Example #1
0
 private void OnValidate()
 {
     if (effectManager == null)
     {
         effectManager = GetComponent <TextMeshEffectTMPro>();
     }
 }
Example #2
0
 protected override void RemoveFromManager(TextMeshEffectTMPro effectManager)
 {
     effectManager.RemoveVertexEffect(this);
 }
Example #3
0
 protected override void AddToManager(TextMeshEffectTMPro effectManager)
 {
     effectManager.AddVertexEffect(this);
 }