TerrainDisplay.MPQ.WMO.WMO.CreateAABB C# (CSharp) Méthode

CreateAABB() public méthode

public CreateAABB ( System.Vector3 min, System.Vector3 max ) : void
min System.Vector3
max System.Vector3
Résultat void
        public void CreateAABB(Vector3 min, Vector3 max)
        {
            AABB = new AABB(min, max);
        }