AngryTanks.Client.Player.GetTankSize C# (CSharp) Method

GetTankSize() protected static method

protected static GetTankSize ( AngryTanks.Client.World world, PlayerInformation playerInfo ) : Vector2
world AngryTanks.Client.World
playerInfo PlayerInformation
return Vector2
        protected static Vector2 GetTankSize(World world, PlayerInformation playerInfo)
        {
            return new Vector2((Single)world.VarDB["tankWidth"].Value,
                               (Single)world.VarDB["tankLength"].Value);
        }