/// <summary>
 /// Méthode appelée au démarrage de l'application
 /// </summary>
 void Awake()
 {
     DraggablesManager.RegisterBehaviour(this);
     baseScale    = targetTransform.localScale;
     baseRotation = targetTransform.rotation;
 }
Exemplo n.º 2
0
 void Awake()
 {
     Instance = this;
 }