add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class simpleSetQuaternionRotation : MonoBehaviour
|
||||
{
|
||||
public void resetRotation ()
|
||||
{
|
||||
transform.rotation = Quaternion.identity;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user