Skip to content

Game.Routes.RaycastJobs+RouteItem

Assembly: Game
Namespace: Game.Routes

Type: struct sealed public

Base: System.ValueType

Code

public sealed struct RouteItem
{
    public Unity.Entities.Entity m_Entity;
    public System.Int32 m_Element;
    public System.Int32 m_RaycastIndex;

}

Fields

  • public Unity.Entities.Entity m_Entity
public Unity.Entities.Entity m_Entity;
  • public System.Int32 m_Element
public System.Int32 m_Element;
  • public System.Int32 m_RaycastIndex
public System.Int32 m_RaycastIndex;