Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Unity.Entities;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
public struct OverrideTransformIKComponent: IComponentData, IEnableableComponent
|
||||
{
|
||||
public Entity target;
|
||||
public float positionWeight;
|
||||
public float rotationWeight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user