Skip to content

Game.Tools.ValidationSystem+BoundsData

Assembly: Game
Namespace: Game.Tools

Type: struct sealed public

Base: System.ValueType

Code

public sealed struct BoundsData
{
    public Colossal.Mathematics.Bounds3 m_Bounds;
    public Unity.Entities.Entity m_Entity;

}

Fields

  • public Colossal.Mathematics.Bounds3 m_Bounds
public Colossal.Mathematics.Bounds3 m_Bounds;
  • public Unity.Entities.Entity m_Entity
public Unity.Entities.Entity m_Entity;