DotRecastNetSim/src/DotRecast.Recast.Demo/Tools/AgentTrail.cs

7 lines
163 B
C#

namespace DotRecast.Recast.Demo.Tools;
public class AgentTrail
{
public float[] trail = new float[CrowdTool.AGENT_MAX_TRAIL * 3];
public int htrail;
};