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