add ckg
plantilla base para movimiento básico
This commit is contained in:
13
Assets/Game Kit Controller/Scripts/Others/rotatoryGear.cs
Normal file
13
Assets/Game Kit Controller/Scripts/Others/rotatoryGear.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class rotatoryGear : MonoBehaviour
|
||||
{
|
||||
public bool rotationEnabled;
|
||||
|
||||
public void setRotationEnabledState (bool state)
|
||||
{
|
||||
rotationEnabled = state;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user