Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka.Hybrid
|
||||
{
|
||||
[Serializable]
|
||||
public class WeightedTransform
|
||||
{
|
||||
public Transform bone;
|
||||
[Range(0, 1)]
|
||||
public float weight = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user