コード例 #1
0
 void Awake()
 {
     textMesh           = GetComponent <TextMesh>();
     animationProcessor = animationType.AddProcessor(gameObject);
 }