Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using UnityEngine;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka.Hybrid
|
||||
{
|
||||
public class OverrideTransformIKAuthoring: MonoBehaviour
|
||||
{
|
||||
public Transform target;
|
||||
[Range(0, 1)]
|
||||
public float positionWeight = 1;
|
||||
[Range(0, 1)]
|
||||
public float rotationWeight = 1;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void OnEnable() { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user