mirror of
https://github.com/nothke/quality-control.git
synced 2025-09-02 00:23:43 +00:00
Added KCC
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace KinematicCharacterController
|
||||
{
|
||||
public interface IMoverController
|
||||
{
|
||||
/// <summary>
|
||||
/// This is called to let you tell the PhysicsMover where it should be right now
|
||||
/// </summary>
|
||||
void UpdateMovement(out Vector3 goalPosition, out Quaternion goalRotation, float deltaTime);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user