Exemple #1
0
 void LateUpdate()
 {
     if (holobounds != null)
     {
         transform.position = holobounds.Offset(offset);
         transform.rotation = holobounds.rotation;
     }
 }